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