diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-11-13 09:05:02 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-11-13 09:05:02 +0100 |
commit | f683ba0867dacee295eba2e31fa0689a64f7fbe4 (patch) | |
tree | ee69d0dd4b3bba9d306ac913f45019924fb986ea /doc/src | |
parent | d56af4c882e28a4dd91f96b66db6e5861b7b3f86 (diff) | |
download | postgresql-f683ba0867dacee295eba2e31fa0689a64f7fbe4.tar.gz postgresql-f683ba0867dacee295eba2e31fa0689a64f7fbe4.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 3 |
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><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> |