Re: [pgadmin-support] Bug/Feature Request: pgAdmin should show "context" part of error message for problems with COPY command

2008-08-06 Thread Dave Page
On Tue, Aug 5, 2008 at 2:08 PM, kaeptn haddock <[EMAIL PROTECTED]> wrote: > When issueing a COPY command like this one > > > COPY tablename FROM '/var/www/hdberat.tab' WITH NULL AS ''; > > > > The error-message in pgadminIII is quite short > > ** Er

Re: [pgadmin-support] Bug/Feature Request: pgAdmin should show "context" part of error message for problems with COPY command

2008-08-06 Thread Fernando Hevia
On Wed, Aug 6, 2008 at 10:46 AM, Dave Page <[EMAIL PROTECTED]> wrote: > > pgAdmin does include the context line, if the server gives us one: > > -- Executing query: > > select foo(); > > ERROR: division by zero > CONTEXT: PL/pgSQL function "foo" line 4 at assignment > Hi Dave. Since you mention