1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-31 03:21:24 +03:00

doc: Update pg_constraint.conexclop docs for WITHOUT OVERLAPS

Fixup for commit fc0438b4e80.

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:
Peter Eisentraut 2024-11-13 09:05:02 +01:00
parent d56af4c882
commit f683ba0867

View File

@ -2806,7 +2806,8 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</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>