BUG #1149: server includes not installed by default

Поиск
Список
Период
Сортировка
От PostgreSQL Bugs List
Тема BUG #1149: server includes not installed by default
Дата
Msg-id 20040511090055.05C73CF67B8@www.postgresql.com
обсуждение исходный текст
Ответы Re: BUG #1149: server includes not installed by default  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1149
Logged by:          Fabien COELHO

Email address:      coelho@cri.ensmp.fr

PostgreSQL version: 7.5 Dev

Operating system:   Linux Debian

Description:        server includes not installed by default

Details:

It seems that server include files are not installed
by default. This is quite annoying when one is trying
to develop modules that would need these headers
in order to compile...

Apache modules for instance do not require to have
the full sources to compile. All necessary includes
are installed and the apxs script contains all necessary settings (compiler,
linker...).

repeat:

sh> pg_config --includedir-server
/usr/local/pg750a/include/postgresql/server

sh> ls /usr/local/pg750a/include/postgresql/server
ls: /usr/local/pg750a/include/postgresql/server: No
such file or directory

I looked into the installed directories and could not
find the includes elsewhere.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: missing support for using regex and arrays
Следующее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1150: grant options not properly checked