Re: autogenerating error code lists (was Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED.)

Robert Haas <robertmhaas@gmail.com>

From: Robert Haas <robertmhaas@gmail.com>
To: Jan Urbański <wulczer@wulczer.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>, ShigeruHANADA <hanada@metrosystems.co.jp>
Date: 2010-12-26T20:14:52Z
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 →
  1. Add foreign data wrapper error code values for SQL/MED.

On Dec 26, 2010, at 3:09 PM, Jan Urbański <wulczer@wulczer.org> wrote:
>> Things might line up nicer if the sqlstate is the first column.
> 
> I was thinking of separating the values with tabs anyway, but I'm fine
> with putting sqlstate first.

+1 for putting SQLSTATE first.

...Robert