Re: odbc_fdw

From: Eduardo Morras <nec556(at)retena(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: odbc_fdw
Date: 2011-11-30 11:33:57
Message-ID: 4ED3B56D00062ECC@
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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".

Browse pgsql-general by date

  From Date Subject
Next Message John DeSoi 2011-11-30 13:17:34 Re: PostgreSQL 9.0 and asynchronous replication through VPN
Previous Message MURAT KOÇ 2011-11-30 11:17:50 Re: DDL & DML Logging doesn't work for calling functions