You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for maintaining this extension!
Does this extension allow executing write queries on MS SQL Server?
Also I have some difficulties on setting up the extension and would like to get some help with it.
I went through the readme step by step installing all the dependencies (unixodbc-dev (2.3.11-1), odbc-postgresql (1:16), freetds-common (1.1.6-1.1), freetds-dev (1.1.6-1.1), freetds-bin (1.1.6-1.1)) and the extension itself make && sudo make install successfully.
The host system is Ubuntu 20.04.3 LTS and the Postgres 12.
Hello,
Thank you for maintaining this extension!
Does this extension allow executing write queries on MS SQL Server?
Also I have some difficulties on setting up the extension and would like to get some help with it.
I went through the readme step by step installing all the dependencies (
unixodbc-dev (2.3.11-1)
,odbc-postgresql (1:16)
,freetds-common (1.1.6-1.1)
,freetds-dev (1.1.6-1.1)
,freetds-bin (1.1.6-1.1)
) and the extension itselfmake && sudo make install
successfully.The host system is
Ubuntu 20.04.3 LTS
and the Postgres 12./etc/odbcinst.ini:
Attempting to select something (like
select public.mssql_table
orselect * from odbctableslist('sqlserver_fdw', 1)
) returns an error:Am I missing something?
The text was updated successfully, but these errors were encountered: