Re: Questions regarding stored procedures - Mailing list pgsql-general

From Doug McNaught
Subject Re: Questions regarding stored procedures
Date
Msg-id m3vfwdec6f.fsf@varsoon.wireboard.com
Whole thread Raw
In response to Questions regarding stored procedures  (Todd Nemanich <todd@twopunks.org>)
List pgsql-general
Todd Nemanich <todd@twopunks.org> writes:

> Hello,
>     I've gotten handed a MS SQL DB, and asked to port it to
> postgres. Most of it has gone smooth, but the stored procedures are a
> real mess. The original developer coded them up to use pass by
> reference variables, rather than just return the results in a
> tuple. For the sake of not having to change the application, I would
> like to try and do this in the postgres version. Is this possible? THX.

No.

-Doug

pgsql-general by date:

Previous
From: Doug McNaught
Date:
Subject: Re: - what protocol for an Internet postgres connection
Next
From:
Date:
Subject: Re: Schedule Jobs in Postgres