mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
Doc: Update documentation on partitioning vs. foreign tables.
The limitations that it is not allowed to create/attach a foreign table as a partition of an indexed partitioned table were not documented. Reported-By: Stepan Yankevych Author: Etsuro Fujita Reviewed-By: Amit Langote Backpatch-through: 11 where partitioned index was introduced Discussion: https://postgr.es/m/1553869152.858391073.5f8m3n0x@frv53.fwdcdn.com
This commit is contained in:
@@ -168,6 +168,10 @@ CHECK ( <replaceable class="parameter">expression</replaceable> ) [ NO INHERIT ]
|
||||
the given parent table with specified partition bound values.
|
||||
See the similar form of
|
||||
<xref linkend="sql-createtable"/> for more details.
|
||||
Note that it is currently not allowed to create the foreign table as a
|
||||
partition of the parent table if there are indexes on the parent table.
|
||||
(See also
|
||||
<link linkend="sql-altertable"><command>ALTER TABLE ATTACH PARTITION</command></link>.)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user