Terry Lee Tucker <[email protected]> writes: > Is there a way to get hold of an environment variable such that it can be > referenced in postgresql.conf?
No, but you could perhaps set that GUC on the postmaster command line
instead.
postmaster ... --dynamic_library_path="$SOURCE:$$libdir"
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
