Re: Configuration Question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Terry Lee Tucker <terry(at)chosen-ones(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Configuration Question
Date: 2009-08-18 14:20:24
Message-ID: 7287.1250605224@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Terry Lee Tucker <terry(at)chosen-ones(dot)org> 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Clark 2009-08-18 15:04:24 Re: PQgetlength vs. octet_length()
Previous Message Terry Lee Tucker 2009-08-18 13:48:05 Re: Configuration Question