Re: Questions regarding stored procedures

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: Todd Nemanich <todd(at)twopunks(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Questions regarding stored procedures
Date: 2003-05-14 16:16:24
Message-ID: m3vfwdec6f.fsf@varsoon.wireboard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Todd Nemanich <todd(at)twopunks(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message mallah 2003-05-14 16:21:28 Re: Schedule Jobs in Postgres
Previous Message Doug McNaught 2003-05-14 16:12:45 Re: - what protocol for an Internet postgres connection