diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 8314fce78f..b12f20cbaa 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -3892,6 +3892,14 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02 from the same session. + + + + Currently, an UPDATE of a partitioned table cannot + move rows out of a foreign partition into another partition. + + + diff --git a/doc/src/sgml/ref/update.sgml b/doc/src/sgml/ref/update.sgml index 77430a586c..0adb374a3c 100644 --- a/doc/src/sgml/ref/update.sgml +++ b/doc/src/sgml/ref/update.sgml @@ -291,9 +291,11 @@ UPDATE count concurrent UPDATE or DELETE on the same row may miss this row. For details see the section . - Currently, rows cannot be moved from a partition that is a - foreign table to some other partition, but they can be moved into a foreign - table if the foreign data wrapper supports it. + + + + Currently, an UPDATE of a partitioned table cannot move + rows out of a foreign partition into another partition.