pgsql: doc: Add WITHOUT OVERLAPS to ALTER TABLE reference docs - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Add WITHOUT OVERLAPS to ALTER TABLE reference docs
Date
Msg-id E1tB8Id-001akH-Ce@gemulon.postgresql.org
Whole thread Raw
List 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@illuminatedcomputing.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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix comment in injection_point.c
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Update pg_constraint.conexclop docs for WITHOUT OVERLAPS