Re: PostgreSQL ODBC Driver to access Oracle/MSSQL from PostgreSQL - Mailing list pgsql-odbc

From Clemens Ladisch
Subject Re: PostgreSQL ODBC Driver to access Oracle/MSSQL from PostgreSQL
Date
Msg-id 8cc40329-b96f-c3ad-63e6-2314aa18288f@ladisch.de
Whole thread Raw
In response to PostgreSQL ODBC Driver to access Oracle/MSSQL from PostgreSQL  ("WAN, RUIWEN" <rx152u@att.com>)
List pgsql-odbc
WAN, RUIWEN wrote:
> Could we use PostgreSQL ODBC Driver to access Oracle/MSSQL database from PostgreSQL?

The psqlODBC driver allows ODBC clients to access Postgres servers.

To allow a Postgres server to access other servers, you need a Foreign Data Wrapper:
<https://wiki.postgresql.org/wiki/Foreign_data_wrappers>


Regards,
Clemens



pgsql-odbc by date:

Previous
From: Henrik Krohns
Date:
Subject: Re: Crashing with copy_and_convert_field
Next
From: Rolf Østvik
Date:
Subject: RE: PostgreSQL ODBC Driver to access Oracle/MSSQL from PostgreSQL