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(at)yahoo(dot)com
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 12
Branch
------
REL_13_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/f9b446428dca239cd591ce4b6393124e47d5c30c
Modified Files
--------------
doc/src/sgml/ref/alter_domain.sgml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)