Re: PostGreSql equivalents to mssql

From: "Maksim Likharev" <mlikharev(at)aurigin(dot)com>
To: <mallah(at)trade-india(dot)com>, <adivi(at)maximizelearning(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostGreSql equivalents to mssql
Date: 2003-07-06 06:58:40
Message-ID: 56510AAEF435D240958D1CE8C6B1770A014A0D9C@mailc03.aurigin.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> 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?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2003-07-06 07:33:03 Re: float formating with xx.00
Previous Message mallah 2003-07-06 06:44:22 Re: PostGreSql equivalents to mssql