Re: odbc_fdw - Mailing list pgsql-general

From Albe Laurenz
Subject Re: odbc_fdw
Date
Msg-id D960CB61B694CF459DCFB4B0128514C2072DF6C6@exadv11.host.magwien.gv.at
Whole thread Raw
In response to odbc_fdw  (<fschwend@hsr.ch>)
Responses Re: odbc_fdw  (Florian Schwendener <fschwend@hsr.ch>)
List pgsql-general
Florian Schwendener wrote:
> Thank you for your help. As I know little about Linux and only a bit
> about make files, I really don't know if
> I'm doing the right thing. I've typed this:
>
> root@ubuntu:/home/user/Downloads/odbc_fdw-0.1.0#
> PATH=/usr/local/pgsql/bin/:$PATH make USE_PGXS=1 make
> make: *** No rule to make target `make'.  Stop.
>
> You see, I haven't come far... Am I doing something wrong?

Yes, there are two "make"s in your line. Try

PATH=/usr/local/pgsql/bin/:$PATH make USE_PGXS=1

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: Heiko Wundram
Date:
Subject: Re: Limiting number of connections to PostgreSQL per IP (not per DB/user)?
Next
From: "Albe Laurenz"
Date:
Subject: Re: DDL & DML Logging doesn't work for calling functions