doc: fix ALTER DOMAIN domain_constraint to spell out options

Bruce Momjian <bruce@momjian.us>

Commit: f9b446428dca239cd591ce4b6393124e47d5c30c
Author: Bruce Momjian <bruce@momjian.us>
Date: 2024-11-01T17:54:27Z
Releases: 13.17
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

Files

PathChange+/−
doc/src/sgml/ref/alter_domain.sgml modified +6 −2

Documentation touched