Hi all, I have a devel server where i want to turn on collector statistics. I want to enable the collection of STATS_ROW_LEVEL for special backends by setting the environment-variable export PGOPTIONS='-c STATS_ROW_LEVEL=ON'. After setting this variable i cant connect to my database. Everytime the following error occurs:
Connection to database 'mydb' failed. FATAL 1: permission denied After unset PGOPTIONS everything works without any problems. I have tested the same with an example C-program found under http://www.postgresql.org/idocs/ but always got the same error if i want to send additional options. Did i make some mistakes ? Thanks in advance for help as ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly