Re: [pgScript patch] Output + bug fix

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

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;

Mickael

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message M@rton Akos 2009-03-08 00:11:13 help for "quick search"
Previous Message Dave Page 2009-03-07 08:59:27 Re: [pgScript patch] Output + bug fix