Re: [HACKERS] Clarification of certain SQLSTATE class

2013-01-24 Thread Craig Ringer
On 01/25/2013 07:32 AM, gabrielle wrote: > I'm working with some DB2 users, converting them to Pg, and I'm a bit > confused about a certain class of SQLSTATE codes, specifically 02xxx > "No data" > (http://www.postgresql.org/docs/9.2/static/errcodes-appendix.html) > > As an example: I enable %e in

Re: [HACKERS] Clarification of certain SQLSTATE class

2013-01-24 Thread Tom Lane
gabrielle writes: > I'm working with some DB2 users, converting them to Pg, and I'm a bit > confused about a certain class of SQLSTATE codes, specifically 02xxx "No > data" (http://www.postgresql.org/docs/9.2/static/errcodes-appendix.html) > As an example: I enable %e in log_line_prefix so I can

[HACKERS] Clarification of certain SQLSTATE class

2013-01-24 Thread gabrielle
I'm working with some DB2 users, converting them to Pg, and I'm a bit confused about a certain class of SQLSTATE codes, specifically 02xxx "No data" (http://www.postgresql.org/docs/9.2/static/errcodes-appendix.html) As an example: I enable %e in log_line_prefix so I can see the SQLSTATE values.