Re: Stored Procedure

From: Nils Zonneveld <nils(at)mbit(dot)nl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Stored Procedure
Date: 2001-05-28 09:50:14
Message-ID: 3B121F51.6A35FDC0@mbit.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Einar Karttunen 2001-05-28 11:13:10 Re: Unique value over different servers
Previous Message fabrizio.ermini 2001-05-28 09:32:40 Re: Maximum time execution time error