Обсуждение: tds_fdw for Sybase and MS SQL Server

Поиск
Список
Период
Сортировка

tds_fdw for Sybase and MS SQL Server

От
Geoff Montee
Дата:
If anyone is interested, I've developed a foreign data wrapper that can be used to connect to Sybase databases and Microsoft SQL Server. You can get it on GitHub here:


I did my testing with FreeTDS, an open source TDS library.

I've talked to Greg Smith about this in the past. I don't really have the expertise or resources to develop and test this much more than I already have. If anyone likes it and would like to take over "ownership" of the code, feel free to do so.

I actually developed this over a year ago, so it doesn't support write operations added in PostgreSQL 9.3.

By the way, thanks to everyone who spoke at PGConf NYC 2014. It was very informative.

Geoff Montee

Re: tds_fdw for Sybase and MS SQL Server

От
Mike Blackwell
Дата:
Excellent!  I have an application for this.  I'll give it a look.

Thanks!
Mike

__________________________________________________________________________________
Mike Blackwell | Technical Analyst, Distribution Services/Rollout Management | RR Donnelley
1750 Wallace Ave | St Charles, IL 60174-3401
Office: 630.313.7818
Mike.Blackwell@rrd.com
http://www.rrdonnelley.com




On Sun, Apr 6, 2014 at 9:03 AM, Geoff Montee <geoff.montee@gmail.com> wrote:
If anyone is interested, I've developed a foreign data wrapper that can be used to connect to Sybase databases and Microsoft SQL Server. You can get it on GitHub here:


I did my testing with FreeTDS, an open source TDS library.

I've talked to Greg Smith about this in the past. I don't really have the expertise or resources to develop and test this much more than I already have. If anyone likes it and would like to take over "ownership" of the code, feel free to do so.

I actually developed this over a year ago, so it doesn't support write operations added in PostgreSQL 9.3.

By the way, thanks to everyone who spoke at PGConf NYC 2014. It was very informative.

Geoff Montee