shared_preload_libraries - Mailing list pgsql-admin

From dx k9
Subject shared_preload_libraries
Date
Msg-id SNT113-W31033286AFFEA4DB8197AED1BF0@phx.gbl
Whole thread Raw
Responses Re: shared_preload_libraries  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Hi all,
 
We are using 9.03
Having shared_preload_libraries = 'auto_explain, pg_stat_statements' set in the conf file causes some one starting up postgres to manually have to hit the enter key.  Suprresing this output with pg_ctl would be the best option,  but I don't it as an option(silent doesn't cut it).  We have a workaround rediriecting stdout to  '> /dev/null', but I was hoping for a better solution.  What about permanently loading these libraries with ld.so.conf ?
 
~DjK
 
 
 
 
Starting PostgreSQL:
ok
postgres@system1:~> <   2011-03-31 15:01:08 EDT> LOG:  loaded library "auto_explain"
<   2011-03-31 15:01:08 EDT> LOG:  loaded library "pg_stat_statements"

pgsql-admin by date:

Previous
From: babak badaei
Date:
Subject: Freebsd/Postgres/Apache+PHP
Next
From: Steve Crawford
Date:
Subject: Re: Freebsd/Postgres/Apache+PHP