summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2024-11-13 08:05:02 +0000
committerPeter Eisentraut2024-11-13 08:05:02 +0000
commitf683ba0867dacee295eba2e31fa0689a64f7fbe4 (patch)
treeee69d0dd4b3bba9d306ac913f45019924fb986ea
parentd56af4c882e28a4dd91f96b66db6e5861b7b3f86 (diff)
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
-rw-r--r--doc/src/sgml/catalogs.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index c180ed7abbc..59bb833f48d 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -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>