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