Re: return two elements

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: return two elements
Дата
Msg-id 20050607172153.GE17902@surnet.cl
обсуждение исходный текст
Ответ на Re: return two elements  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: return two elements  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Tue, Jun 07, 2005 at 07:45:03AM -0600, Michael Fuhr wrote:
> On Tue, Jun 07, 2005 at 10:08:27AM +0200, "Rodríguez Rodríguez, Pere" wrote:
> >
> > I suppose that IN/OUT declaration also will use with procedural language
> > (PL/pgSQL), it's correct?
>
> Yes; INOUT is also supported.

Hmm, be aware that you can't return a set if you have OUT/INOUT
parameters.  Apparently this is something people coming from Oracle/SQL
Server expect to be able to do.

--
Alvaro Herrera (<alvherre[a]surnet.cl>)
"Cada quien es cada cual y baja las escaleras como quiere" (JMSerrat)

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

Предыдущее
От: peter royal
Дата:
Сообщение: Re: locking question - why is this not a deadlock?
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Issue with adding ORDER BY to EXCEPT.