Re: postgres and stored procedures with in/out parameters

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: kuba(at)lbl(dot)pl
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgres and stored procedures with in/out parameters
Date: 2005-07-01 11:08:43
Message-ID: m2u0jeye9w.fsf@Douglas-McNaughts-Powerbook.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

KubaTyszko <kuba(at)lbl(dot)pl> writes:

> hi.
> does postgresql support calling stored procedures with input and output
> parameters ?
> like example_proc(in1,in2,out1,out2);
> if it does not - will it be possible in some time ?
> is someone planning it ?

It's not supported in the current version, but it will be in the
upcoming 8.1 release.

-Doug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ajay Dalvi 2005-07-01 12:39:37 How to uninstall PostGreSql from linux
Previous Message Ajay Dalvi 2005-07-01 11:06:28 Getting error regarding pg_config_os.h file not there