Re: odbc_fdw - Mailing list pgsql-general

From Albe Laurenz
Subject Re: odbc_fdw
Date
Msg-id D960CB61B694CF459DCFB4B0128514C2072DF7C3@exadv11.host.magwien.gv.at
Whole thread Raw
In response to odbc_fdw  (<fschwend@hsr.ch>)
Responses Re: odbc_fdw  (<fschwend@hsr.ch>)
Re: odbc_fdw  (Florian Schwendener <fschwend@hsr.ch>)
List pgsql-general
Florian Schwendener wrote:
[has problems building odbc_fdw]
> Oh, didn't see that! Now it says:
>
> root@ubuntu:/home/user/Downloads/odbc_fdw-0.1.0#
> PATH=/usr/local/pgsql/bin/:$PATH make USE_PGXS=1
> make: Nothing to be done for `all'.
>
> I remember trying a few options with the make command. Is it maybe
> already built?

Looks like it.

You can
PATH=/usr/local/pgsql/bin/:$PATH make USE_PGXS=1 clean
to delete already built files.

Then you can rebuild.

After building, use
PATH=/usr/local/pgsql/bin/:$PATH make USE_PGXS=1 install
to install.

Yours,
Laurenz Albe

pgsql-general by date:

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