>
> Replying to myself...
>
> On Wed, 3 Sep 2003, Nigel J. Andrews wrote:
> >
> > The subject says it really. Is there a way to query the value of $
libdir, and I
> > don't mean the dynamic_library_path GUC?
<SNIP>
Nigel,
I don't know of a way of querying $libdir directly, but you can find
out its value using
pg_config --libdir
Hope that Helps
--