Re: postgres.h missing? (fwd)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgres.h missing? (fwd)
Дата
Msg-id 11606.993088877@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: postgres.h missing? (fwd)  ("Thalis A. Kalfigopoulos" <thalis@cs.pitt.edu>)
Список 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 по дате отправления:

Предыдущее
От: "Thalis A. Kalfigopoulos"
Дата:
Сообщение: Re: aggregate function for median calculation
Следующее
От: Paul Mamin
Дата:
Сообщение: Postgres is too slow?