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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: fix ALTER DOMAIN domain_constraint to spell out options
Date: 2024-11-01 17:54:54
Message-ID: E1t6vrL-003U7c-Bn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)yahoo(dot)com

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

Backpatch-through: 12

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0a0a0f2c594db57f6e77a753315284778c0f5c97

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2024-11-01 19:54:41 pgsql: doc: improve tablespace example query and link to helper funcs.
Previous Message Bruce Momjian 2024-11-01 17:32:46 pgsql: doc: explain how the home directory is found on Unix-like syst.