Re: Catalog domain not-null constraints
Vik Fearing <vik@postgresfriends.org>
From: Vik Fearing <vik@postgresfriends.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter@eisentraut.org>,
Dean Rasheed <dean.a.rasheed@gmail.com>,
jian he <jian.universality@gmail.com>,
Aleksander Alekseev <aleksander@timescale.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>,
Alvaro Herrera <alvherre@alvh.no-ip.org>, vignesh C <vignesh21@gmail.com>
Date: 2024-03-22T01:12:48Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix ALTER DOMAIN NOT NULL syntax
- 9895b35cb88e 17.0 landed
-
Catalog domain not-null constraints
- e5da0fe3c22b 17.0 landed
-
Add tests for domain-related information schema views
- 9578393bc513 17.0 landed
On 3/22/24 01:46, Tom Lane wrote: > Vik Fearing <vik@postgresfriends.org> writes: >> Anyway, I will bring this up with the committee and report back. My >> proposed solution will be for CAST to check domain constraints even if >> the input is NULL. > > Please do not claim that that is the position of the Postgres project. Everything that I do on the SQL Committee is in my own name. I do not speak for either PostgreSQL or for EDB (my employer), even though my opinions are of course often influenced by some combination of both. -- Vik Fearing