]> granicus.if.org Git - postgresql/commitdiff
Fix ALTER TABLE doc examples.
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 12 Jun 2017 05:49:25 +0000 (14:49 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 12 Jun 2017 05:49:25 +0000 (14:49 +0900)
Patch by Yugo Nagata <nagata@sraoss.co.jp>.  Confirmed by Amit
Langote, who is the original author of the document part.

doc/src/sgml/ref/alter_table.sgml

index 56ea830d413f83c76b7398113a3d13bfbf4b8455..4c61c442650b7a4bf593547a9b32aec53e3ebdbd 100644 (file)
@@ -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>