Re: multiple results from a function - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: multiple results from a function
Date
Msg-id lf31f4$14n$1@ger.gmane.org
Whole thread Raw
In response to Re: multiple results from a function  (James Harper <james.harper@bendigoit.com.au>)
Responses Re: multiple results from a function  (James Harper <james.harper@bendigoit.com.au>)
List 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


pgsql-general by date:

Previous
From: James Harper
Date:
Subject: Re: multiple results from a function
Next
From: James Harper
Date:
Subject: Re: multiple results from a function