Re: enhanced error fields
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Peter Geoghegan <peter@2ndquadrant.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Pavel Stehule <pavel.stehule@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Alvaro Herrera <alvherre@commandprompt.com>
Date: 2012-12-30T02:01:04Z
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, * Peter Geoghegan (peter@2ndquadrant.com) wrote: > In order for the problem you describe to happen, the user would have > to ignore the warning in the documentation about constraint_name's > ability to uniquely identify something, and then have two constraints > in play at the same time with the same name but substantively > different. That seems incredibly unlikely. I really don't think what I sketched out or something similar would happen. I do think it's incredibly frustrating as a user who is trying to develop an application which behaves correctly to be given only half the information. Thanks, Stephen