Re: Stored Procedure

Поиск
Список
Период
Сортировка
От Nils Zonneveld
Тема Re: Stored Procedure
Дата
Msg-id 3B121F51.6A35FDC0@mbit.nl
обсуждение исходный текст
Ответ на Stored Procedure  (Kémeri Lajos <lkemeri@metalogic.hu>)
Список pgsql-general

KÈmeri Lajos wrote:

> And I call it: select * from LOGIN ('username', 'password');
> Result: 1, 'Lewis'
>

In PostgreSQL you can define only functions, they go a long way, but are
not really stored procedures. A stored procedure can return a tuple just
like you show. A function can only return one value.

Nils

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

Предыдущее
От: "Madness"
Дата:
Сообщение: altering data type in a column
Следующее
От: "Richard Huxton"
Дата:
Сообщение: FW: arrays in oracle?