Mention limitation of unique in partitioned tables

Per gripe from Phil Bayer.

Authors: Amit Langote and others
Discussion: https://postgr.es/m/156236160709.1192.4498528196556144085@wrigleys.postgresql.org
This commit is contained in:
Alvaro Herrera 2019-07-10 08:58:41 -04:00
parent fa19a08d71
commit ec4eaab78b
1 changed files with 9 additions and 0 deletions

View File

@ -4003,6 +4003,15 @@ ALTER INDEX measurement_city_id_logdate_key
</para>
</listitem>
<listitem>
<para>
Unique constraints on partitioned tables must include all the
partition key columns. This limitation exists because
<productname>PostgreSQL</productname> can only enforce
uniqueness in each partition individually.
</para>
</listitem>
<listitem>
<para>
<literal>BEFORE ROW</literal> triggers, if necessary, must be defined