Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c2f3a commit 220857aCopy full SHA for 220857a
doc/src/sgml/ddl.sgml
@@ -4003,6 +4003,15 @@ ALTER INDEX measurement_city_id_logdate_key
4003
</para>
4004
</listitem>
4005
4006
+ <listitem>
4007
+ <para>
4008
+ Unique constraints on partitioned tables must include all the
4009
+ partition key columns. This limitation exists because
4010
+ <productname>PostgreSQL</productname> can only enforce
4011
+ uniqueness in each partition individually.
4012
+ </para>
4013
+ </listitem>
4014
+
4015
<listitem>
4016
<para>
4017
<literal>BEFORE ROW</literal> triggers, if necessary, must be defined
0 commit comments