Skip to content

Commit eab8689

Browse files
committed
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.
1 parent 5189398 commit eab8689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/alter_table.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ ALTER TABLE cities
13981398
<para>
13991399
Detach a partition from partitioned table:
14001400
<programlisting>
1401-
ALTER TABLE cities
1401+
ALTER TABLE measurement
14021402
DETACH PARTITION measurement_y2015m12;
14031403
</programlisting></para>
14041404

0 commit comments

Comments
 (0)