Re: odbc_fdw - Mailing list pgsql-general

From Eduardo Morras
Subject Re: odbc_fdw
Date
Msg-id 4ED3B56D00062ECC@
Whole thread Raw
In response to odbc_fdw  (<fschwend@hsr.ch>)
List pgsql-general
At 16:27 28/11/2011, you wrote:
>Hi there!
>
>I built the current PostgreSQL 9.1.1 sources under Ubuntu 11.04 (in
>a VMware under Win7).
>I followed the steps in this guide:
>www.thegeekstuff.com/2009/04/linux-postgresql-install-and-configure-from-source
>
>It seems to work (I can run the server and connect to it with PgAdmin).
>
>Now I'd like to integrate the ODBC_FDW extension in my installation.
>However, I don't really
>understand the steps described on the download page:
>pgxn.org/dist/odbc_fdw/0.1.0
>
>Can anybody tell me how to build it? I'm a software developer myself
>but a Linux newbie...
>
>Thank you for your help!

As a final note, be careful to install only one odbc driver. Some
linux distros use iODBC and others use unixODBC but some apps install
the one they use so you can get a fail system with both libraries
"punching for being the king".

pgsql-general by date:

Previous
From: MURAT KOÇ
Date:
Subject: Re: DDL & DML Logging doesn't work for calling functions
Next
From: John DeSoi
Date:
Subject: Re: PostgreSQL 9.0 and asynchronous replication through VPN