Re: enhanced error fields
Peter Geoghegan <peter@2ndquadrant.com>
From: Peter Geoghegan <peter@2ndquadrant.com>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Stephen Frost <sfrost@snowman.net>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Alvaro Herrera <alvherre@commandprompt.com>
Date: 2012-12-28T19:33:37Z
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
On 28 December 2012 19:23, Pavel Stehule <pavel.stehule@gmail.com> wrote: > for this subject ANSI SQL is more relevant source or manual for DB2 or > Oracle. Design of Python and native PL languages are different. Python > can use complex nested structures. PL - PL/pgSQL or PL/PSM is designed > for work with simply scalar types. So these environments are not > comparable. I don't see how the fact that Python can use nested data structures has any bearing (you could argue that plpgsql does too, fwiw). Please direct me towards the manual of DB2 or Oracle where it says that something like routine_name is exposed for error handling purposes. Correct me if I'm mistaken, but I don't believe that ANSI SQL has anything to say about any of these error fields. You've just lifted the names of the fields from various information_schema catalogs, which is hardly the same thing. -- Peter Geoghegan http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training and Services