Re: postgres.h missing? (fwd) - Mailing list pgsql-general

From Tom Lane
Subject Re: postgres.h missing? (fwd)
Date
Msg-id 11606.993088877@sss.pgh.pa.us
Whole thread Raw
In response to Re: postgres.h missing? (fwd)  ("Thalis A. Kalfigopoulos" <thalis@cs.pitt.edu>)
List pgsql-general
"Thalis A. Kalfigopoulos" <thalis@cs.pitt.edu> writes:
> So do I just copy it manually from src/include/ ?
>>
>> add  -I/usr/local/pgsql/include  and  -L/usr/local/pgsql/lib

To do backend code development, you need to either add a -I pointing at
the source include tree, or do make install-all-headers.

If you are talking about client-side code, it probably shouldn't depend
on any of the backend-side headers.

            regards, tom lane

pgsql-general by date:

Previous
From: "Thalis A. Kalfigopoulos"
Date:
Subject: Re: aggregate function for median calculation
Next
From: Paul Mamin
Date:
Subject: Postgres is too slow?