Re: Returning multiple values from a function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Returning multiple values from a function
Дата
Msg-id 18670.1189484914@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Returning multiple values from a function  (Keith Worthington <KeithW@NarrowPathInc.com>)
Список pgsql-novice
Keith Worthington <KeithW@NarrowPathInc.com> writes:
> I am reasonably sure that I have simply bollixed the concept of
> returning more than one value from a function.

I think you've bollixed putting a semicolon at the end of each
statement; also the right brace "}" at the end of the RETURN statement
doesn't match anything.  Fix the simple syntax errors first, then maybe
the more complicated problems will get more transparent ...

            regards, tom lane

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

Предыдущее
От: "Jason Tan Boon Teck"
Дата:
Сообщение: Re: pg_restore and pgadmin3
Следующее
От: Durgaprasad Pawar
Дата:
Сообщение: PQendcopy error in multithreading