mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Fix ALTER TABLE doc examples.
Patch by Yugo Nagata <nagata@sraoss.co.jp>. Confirmed by Amit Langote, who is the original author of the document part.
This commit is contained in:
@ -1398,7 +1398,7 @@ ALTER TABLE cities
|
||||
<para>
|
||||
Detach a partition from partitioned table:
|
||||
<programlisting>
|
||||
ALTER TABLE cities
|
||||
ALTER TABLE measurement
|
||||
DETACH PARTITION measurement_y2015m12;
|
||||
</programlisting></para>
|
||||
|
||||
|
Reference in New Issue
Block a user