Re: multiple results from a function

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: multiple results from a function
Date: 2014-03-03 22:59:25
Message-ID: lf31f4$14n$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

James Harper wrote on 03.03.2014 21:10:
> I'm working on an application to accept TDS (Microsoft SQL Server)
> connections and proxy them to postgres. MSSQL does things a little
> differently, for instance in addition to a functions it has stored
> procedures that can contain multiple select statement that return
> results to clients.

Did you have a look at tPostgres?

http://tpostgres.org/se/

It might make developing your proxy easier.

Thomas

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message James Harper 2014-03-03 23:39:06 Re: multiple results from a function
Previous Message James Harper 2014-03-03 22:09:57 Re: multiple results from a function