Thread: pgsql: doc: fix ALTER DOMAIN domain_constraint to spell out options

pgsql: doc: fix ALTER DOMAIN domain_constraint to spell out options

From
Bruce Momjian
Date:
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
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/098f2343bc9feb4284ea88fe24d19fa72f423833

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