how to call a stored function from another stored function? even possible?

Поиск
Список
Период
Сортировка
От Java Services
Тема how to call a stored function from another stored function? even possible?
Дата
Msg-id CADq_mb-jP-b75zaiVzXcRWzfYOtu+5Y2oyMT9GydgKBjfVEtjg@mail.gmail.com
обсуждение исходный текст
Ответы Re: how to call a stored function from another stored function? even possible?
Re: how to call a stored function from another stored function? even possible?
Список pgsql-general
I have a stored functionA that returns void

Inside there I have a line that says:
   select functionB();

and it gives this error.

ERROR:  query has no destination for result data
HINT:  If you want to discard the results of a SELECT, use PERFORM instead.
CONTEXT:  PL/pgSQL function "functionA" line 13 at SQL statement

********** Error **********


any ideas?

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

Предыдущее
От: Eric Radman
Дата:
Сообщение: Re: Global Variables?
Следующее
От: salah jubeh
Дата:
Сообщение: Re: libpq 8.3 and 8.4 interfaces