Re: enhanced error fields
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Peter Geoghegan <peter.geoghegan86@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, "anarazel@anarazel.de" <andres@anarazel.de>, Robert Haas <robertmhaas@gmail.com>, Stephen Frost <sfrost@snowman.net>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Alvaro Herrera <alvherre@commandprompt.com>
Date: 2013-01-27T07:39:03Z
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 →
-
Create a "sort support" interface API for faster sorting.
- c6e3ac11b60a 9.2.0 cited
Hello > > Personally, on the face of it I'd expect the "inconsistency" to simply > reflect the fact that the error related to the referencing table or > referenced table. Pavel's original patch followed the same convention > (though it also had a constraint_table field). I'm having a hard time > figuring out the standards intent here, and I'm not sure that we > should even care, because that applies on to GET DIAGNOSTICS, which > isn't really the same thing as what we have here. I defer to you, > though - it's not as if I feel too strongly about it. > These fields will be reused in GET DIAGNOSTICS statement in PL/pgSQL. It is was primary goal. Regards Pavel