pgsql: doc: Add WITHOUT OVERLAPS to ALTER TABLE reference docs

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add WITHOUT OVERLAPS to ALTER TABLE reference docs
Date: 2024-11-13 08:00:27
Message-ID: E1tB8Id-001akH-Ce@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add WITHOUT OVERLAPS to ALTER TABLE reference docs

Commit fc0438b4e80 documented WITHOUT OVERLAPS in the CREATE TABLE
docs, but not in ALTER TABLE. This commit adds the new syntax to the
ALTER TABLE docs.

Author: Paul A. Jungwirth <pj(at)illuminatedcomputing(dot)com>
Discussion: https://www.postgresql.org/message-id/57ea0668-5205-426e-b934-efc89f2186c2@illuminatedcomputing.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bf621059500b9b46dcd728d27e7db94fa26a5d2f

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-11-13 08:11:28 pgsql: doc: Update pg_constraint.conexclop docs for WITHOUT OVERLAPS
Previous Message Michael Paquier 2024-11-13 04:58:43 pgsql: Fix comment in injection_point.c