mirror of
https://github.com/postgres/postgres.git
synced 2026-02-14 00:03:18 -05:00
doc: Update pg_constraint.conexclop docs for WITHOUT OVERLAPS
Fixup for commit fc0438b4e8.
Author: Paul A. Jungwirth <pj@illuminatedcomputing.com>
Discussion: https://www.postgresql.org/message-id/57ea0668-5205-426e-b934-efc89f2186c2@illuminatedcomputing.com
This commit is contained in:
parent
d56af4c882
commit
f683ba0867
1 changed files with 2 additions and 1 deletions
|
|
@ -2806,7 +2806,8 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
|||
(references <link linkend="catalog-pg-operator"><structname>pg_operator</structname></link>.<structfield>oid</structfield>)
|
||||
</para>
|
||||
<para>
|
||||
If an exclusion constraint, list of the per-column exclusion operators
|
||||
If an exclusion constraint or <literal>WITHOUT OVERLAPS</literal>
|
||||
primary key/unique constraint, list of the per-column exclusion operators.
|
||||
</para></entry>
|
||||
</row>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue