v42-0002-Update-conexclop-docs-for-WITHOUT-OVERLAPS.patch
text/x-patch
Filename: v42-0002-Update-conexclop-docs-for-WITHOUT-OVERLAPS.patch
Type: text/x-patch
Part: 1
Message:
Re: SQL:2011 application time
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v42-0002
Subject: Update conexclop docs for WITHOUT OVERLAPS
| File | + | − |
|---|---|---|
| doc/src/sgml/catalogs.sgml | 2 | 1 |
From a7c126c12676acf5342a908f3e9b26f52ada32ba Mon Sep 17 00:00:00 2001
From: "Paul A. Jungwirth" <pj@illuminatedcomputing.com>
Date: Mon, 21 Oct 2024 13:12:46 -0700
Subject: [PATCH v42 2/7] Update conexclop docs for WITHOUT OVERLAPS
---
doc/src/sgml/catalogs.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 964c819a02d..d2b559376f0 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -2810,7 +2810,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>
--
2.42.0