SELECTing from a function where i don't want the results

Поиск
Список
Период
Сортировка
От Wells Oliver
Тема SELECTing from a function where i don't want the results
Дата
Msg-id CAOC+FBXnaxi1yiEv=mL2J1tbnsLfqoneNOnikiQFobdEv=DaWw@mail.gmail.com
обсуждение исходный текст
Ответы Re: SELECTing from a function where i don't want the results  (Holger Jakobs <holger@jakobs.com>)
Re: SELECTing from a function where i don't want the results  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: SELECTing from a function where i don't want the results  (hubert depesz lubaczewski <depesz@depesz.com>)
Список pgsql-admin
Vanilla SQL script calls a plpgsql function to delete some number of rows from three tables:

SELECT mydelete(r) FROM sometable;

Where sometable contains maybe 100+ records. This causes the results from the function (integer of number of rows removed) to be displayed in the output, like you'd kinda expect with a SELECT call, except I don't want to see it all, I just want the function quietly executed and rows removed.

Can I accomplish this?

--

В списке pgsql-admin по дате отправления:

Предыдущее
От: Mahesh mana
Дата:
Сообщение: Work load manager...
Следующее
От: Holger Jakobs
Дата:
Сообщение: Re: SELECTing from a function where i don't want the results