Re: ambiguous sql states

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Dave Cramer <dave(at)fastcrypt(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ambiguous sql states
Date: 2003-08-23 19:42:06
Message-ID: Pine.LNX.4.44.0308232139250.14278-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dave Cramer writes:

> I'm working on identifying various errors in ecpg using sql state and
> one which is particularly ambiguous is ERRCODE_UNDEFINED_OBJECT for a
> file which isn't found. This is returned in a number of places. Is it
> possible to get a set of file specific error codes?

That error code if for undefined objects, not files that can't be found.
Can you identify the cases you are concerned about?

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2003-08-23 20:03:36 ambiguous sql states
Previous Message Greg Stark 2003-08-23 19:34:21 Re: Collation rules and multi-lingual databases