Re: Running functions that return void in psql
От
Eric Brown
Тема
Re: Running functions that return void in psql
Дата
Msg-id
1BCBCEE8-4E76-11D9-991E-000A95C7176C@propel.com
Ответ на
Re: Running functions that return void in psql (Neil Conway)
Список
Дерево обсуждения
Running functions that return void in psql Eric Brown <eric.brown@propel.com>
Re: Running functions that return void in psql Michael Fuhr <mike@fuhr.org>
Re: Running functions that return void in psql Neil Conway <neilc@samurai.com>
Re: Running functions that return void in psql Eric Brown <eric.brown@propel.com>
Re: Running functions that return void in psql Richard Huxton <dev@archonet.com>
Thanks. I forgot the 'return;' and the error message led me in the wrong direction. Thanks! On Dec 15, 2004, at 12:43 AM, Neil Conway wrote: > Eric Brown wrote: >> 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. > > neilc=# create function xyz() returns void as 'begin return; end;' > language 'plpgsql'; > CREATE FUNCTION > neilc=# select xyz(); > xyz > ----- > > (1 row) > > -Neil
В списке pgsql-general по дате отправления
От: Richard Huxton
Дата: