Re: [pgScript patch] Output + bug fix

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Mickael Deloison <mdeloison(at)gmail(dot)com>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: [pgScript patch] Output + bug fix
Date: 2009-03-09 10:12:45
Message-ID: 937d27e10903090312gf5310fdv62ef53f9b49d33ff@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Sat, Mar 7, 2009 at 11:31 AM, Mickael Deloison <mdeloison(at)gmail(dot)com> wrote:
> 2009/3/7 Dave Page <dpage(at)pgadmin(dot)org>:
>> I meant 'code written in pgScript' that would exercise that c++
>> codepath, but i think i can work something out from your description
>> :)
>>
>
> Ok, you can put anything that returns something else than
> PGRES_COMMAND_OK or PGRES_TUPLES_OK.
> For example:
> SELECT 1 FROM Table_that_does_not_exist;

Yeah, that's what I figured :-).

I've reverted the change for now - it doesn't really affect the work
I'd done, except to show some messages twice (which always used to be
the case). We really need to re-design the error handling here to make
things more consistent and less chaotic....

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Levente Torok 2009-03-09 11:46:25 Re: help for "quick search" / bug ? / ODBC plugin?
Previous Message svn 2009-03-09 10:09:39 SVN Commit by dpage: r7650 - trunk/pgadmin3/pgadmin/db