pgsql: doc: fix ALTER DOMAIN domain_constraint to spell out options - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: fix ALTER DOMAIN domain_constraint to spell out options
Date
Msg-id E1t6vrL-003U7b-BF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc:  fix ALTER DOMAIN domain_constraint to spell out options

It used to refer to CREATE DOMAIN, but CREATE DOMAIN allows NULL, while
ALTER DOMAIN does not.

Reported-by: elionescu@yahoo.com

Discussion: https://postgr.es/m/172225092461.915373.6103973717483380183@wrigleys.postgresql.org

Backpatch-through: 12

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4200fea80e79851994b8eb5a64a3d4420456c977

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: explain how the home directory is found on Unix-like syst.
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: improve tablespace example query and link to helper funcs.