Re: PostGreSql equivalents to mssql - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: PostGreSql equivalents to mssql
Date
Msg-id 20030706154628.GA26998@dcc.uchile.cl
Whole thread Raw
In response to Re: PostGreSql equivalents to mssql  ("Maksim Likharev" <mlikharev@aurigin.com>)
List pgsql-general
On Sat, Jul 05, 2003 at 11:58:40PM -0700, Maksim Likharev wrote:
> >        b.> return output parameters
>
> >I dont get this question very much, someone else might be
> >able to help u here.
>
> You cannot have [out] parameters in term of MS TSQL word,
> but your function could return a complex type, that will do a trick.
> Still you cannot return a recordset and [out] params, but do you need
> it?

If you need both, you can use a temp table...

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Aprender sin pensar es inutil; pensar sin aprender, peligroso" (Confucio)

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Sequence Roll Over
Next
From: Peter Hopfgartner
Date:
Subject: Dbweaver: A small tool to help database programmers