tds-fdw / tds_fdw

A PostgreSQL foreign data wrapper to connect to TDS databases (Sybase and Microsoft SQL Server)
Other
377 stars 101 forks source link

Need windows support #312

Open kalimuthu123 opened 2 years ago

kalimuthu123 commented 2 years ago

Issue report

hi i am expecting windows support of this wonderful library so

Operating system

On recent GNU/Linux distributions, you can provide the content of the file /etc/os-release

Replace this with the content

Version of tds_fdw

From a psql session, paste the outputs of running \dx

If you built the package from Git sources, also paste the output of running git log --source -n 1 on your git clone from a console

Replace this with the output

Version of PostgreSQL

From a psql session, paste the output of running SELECT version();

Replace this with the output

Version of FreeTDS

How to get it will depend on your Operating System and how you installes FreeTDS

From a console:

Replace this with the output

Logs

Please capture the logs when the error you are reporting is happening, as well as commands with their outputs if you are reporting a problem build or installing

_For problems using tdsfdw on PostgreSQL how to do it will depend on your system, but if your PostgreSQL is installed on GNU/Linux, you will want to use tail -f with the log of the PostgreSQL cluster

For MSSQL you will need to use the SQL Server Audit Log

Replace this with the commands and outputs

Sentences, data structures, data

This will depend on the exact problem you are having and data privacy restrictions

However the more data you provide, the more likely we will be able to help

As a bare minimum, you should provide

Replace this with the SQL sentences, data structures, etc