Michael Fuhr wrote:
> What does "pg_config --version" show? PGXS is available in 8.0 and
> later.
Hi Michael;
pg_config --version now shows:
$ pg_config --version
PostgreSQL 8.1.0
However, when I try pg_config --pgxs it returns nothing:
$ pg_config --pgxs
$
The following are all undefined:
--includedir
--pkgincludedir
--includedir-server
--localedir
--mandir
--sysconfdir
--pgxs
--cflags_sl
--ldflags_sl
Is there a way to configure these?
Thanks,
George