Running functions that return void in psql

Поиск
Список
Период
Сортировка
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 по дате отправления: