how to return more than 1 arg with a function ?

Поиск
Список
Период
Сортировка
От Feite Brekeveld
Тема how to return more than 1 arg with a function ?
Дата
Msg-id 3A8DC2D0.E19C7F6C@osiris-it.nl
обсуждение исходный текст
Список pgsql-general
....
I want to return mre than 1 arg

create function func(varchar)
--> returns var1, var2 ....
as '
...
'
language 'sql';

How to deal with the return : The manual says to use SETOF can't figure
out how that works no examples are given.

Feite




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: How to use gethostbyname()
Следующее
От: Jean-Christophe Boggio
Дата:
Сообщение: Weird indices