Re: [GENERAL] Configuration Question

2009-08-18 Thread Tom Lane
Terry Lee Tucker 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"

Re: [GENERAL] Configuration Question

2009-08-18 Thread Terry Lee Tucker
inary folder > Martin Gainty > OK. Thanks for the help. I'll give this a try. > > From: te...@chosen-ones.org > > To: pgsql-general@postgresql.org > > Subject: [GENERAL] Configuration Question > > Date: Tue, 18 Aug 2009 06:32:25 -0400 > > > > Gre

Re: [GENERAL] Configuration Question

2009-08-18 Thread Martin Gainty
légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: te...@chosen-ones.org > To: pgsql-general@postgresql.org > Subject: [GENERAL] Configuration Question

[GENERAL] Configuration Question

2009-08-18 Thread Terry Lee Tucker
Greetings: Is there a way to get hold of an environment variable such that it can be referenced in postgresql.conf? In particular, I'd like to be able to point dynamic_library_path to an environment variable defined at the system level as in dynamic_library_path = '$SOURCE:$libdir'. master=# s

[GENERAL] configuration question

2007-09-23 Thread yanot panara
Hi, Im trying to setup my postgresql database for user authentication. I have managed to install the libnss-pgsql module with the help of the following links below. http://archives.postgresql.org/pgsql-general/2001-12/msg00760.php http://archives.postgresql.org/pgsql-general/2001-12/msg00761.php