Re: odbc_fdw

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: odbc_fdw
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C2072DF7C3@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на odbc_fdw  (<fschwend@hsr.ch>)
Ответы Re: odbc_fdw  (<fschwend@hsr.ch>)
Re: odbc_fdw  (Florian Schwendener <fschwend@hsr.ch>)
Список 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 по дате отправления:

Предыдущее
От: Edson Richter
Дата:
Сообщение: PostgreSQL 9.0 and asynchronous replication through VPN
Следующее
От: MURAT KOÇ
Дата:
Сообщение: Re: DDL & DML Logging doesn't work for calling functions