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 fa19a08 commit ec4eaabCopy full SHA for ec4eaab
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