Questions regarding stored procedures

From: Todd Nemanich <todd(at)twopunks(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Questions regarding stored procedures
Date: 2003-05-14 16:07:24
Message-ID: 3EC269BC.7060401@twopunks.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message alex b. 2003-05-14 16:11:37 Re: COPY versus INSERT
Previous Message Adam Sherman 2003-05-14 16:03:43 Index Types