Re: enhanced error fields
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Geoghegan <peter@2ndquadrant.com>
Cc: Pavel Stehule <pavel.stehule@gmail.com>, Stephen Frost <sfrost@snowman.net>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Alvaro Herrera <alvherre@commandprompt.com>
Date: 2013-01-13T17:39:01Z
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
Peter Geoghegan <peter@2ndquadrant.com> writes: > I felt that this was quite unnecessary because of the limited scope of > the patch, and because this raises thorny issues of both semantics and > implementation. Tom agreed with this general view - after all, this > patch exists for the express purpose of having a well-principled way > of obtaining the various fields across lc_messages settings. So I > don't see that we have to do anything about making a constraint_schema > available. Or in other words, there are two steps here: first, create infrastructure to expose the fields that we already provide within the regular message text; then two, consider adding new fields. The first part of that is a good deal less controversial than the second, so let's go ahead and get that part committed. regards, tom lane