shared_preload_libraries

From: dx k9 <bitsandbytes88(at)hotmail(dot)com>
To: posgres support <pgsql-admin(at)postgresql(dot)org>
Subject: shared_preload_libraries
Date: 2011-03-31 20:04:09
Message-ID: SNT113-W31033286AFFEA4DB8197AED1BF0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)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"

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Steve Crawford 2011-03-31 20:57:56 Re: Freebsd/Postgres/Apache+PHP
Previous Message babak badaei 2011-03-31 19:18:38 Freebsd/Postgres/Apache+PHP