Re: Assert single row returning SQL-standard functions
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Joel Jacobson <joel@compiler.org>
Cc: Vik Fearing <vik@postgresfriends.org>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-08-29T16:17:13Z
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 →
-
Add error_on_null(), checking if the input is the null value
- 2b75c38b707a 19 (unreleased) landed
-
SQL-standard function body
- e717a9a18b2e 14.0 cited
> > > I am not too serious now, I am just playing (and I remember this > discussion many times). We can "theoretically" introduce new keyword > `EXACT`, that can specify so any DML or SELECT can process or returns just > one row (or with other clause zero rows) > > EXACT ONE SELECT id FROM tab WHERE id = 1; > EXACT ONE UPDATE ... > EXACT ONE DELETE ... > EXACT ONE OR NONE SELECT ... > or EXACT NONE SELECT ... > > > > /Joel >> >> >>