Running functions that return void in psql - Mailing list pgsql-general

From Eric Brown
Subject Running functions that return void in psql
Date
Msg-id 019AC758-4E72-11D9-991E-000A95C7176C@propel.com
Whole thread Raw
Responses Re: Running functions that return void in psql  (Neil Conway <neilc@samurai.com>)
Re: Running functions that return void in psql  (Michael Fuhr <mike@fuhr.org>)
Re: Running functions that return void in psql  (Richard Huxton <dev@archonet.com>)
List pgsql-general
I've got quite a few plpgsql functions that insert, update or delete.
They're all declared to return void. All other functions, I can just
run 'select f(...);' from psql to test them. I don't understand how to
test these ones that return void from psql. Thanks.

pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: catching script errors in PSQL and redirecting to file?
Next
From: Neil Conway
Date:
Subject: Re: Running functions that return void in psql