Running functions that return void in psql

Поиск
Список
Период
Сортировка
От Eric Brown
Тема Running functions that return void in psql
Дата
Msg-id 019AC758-4E72-11D9-991E-000A95C7176C@propel.com
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: catching script errors in PSQL and redirecting to file?
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Running functions that return void in psql