Hi all,
I want to get rid of all those messages like "database system is ready to accept connections" in the log file. -s is the appropiate command in pg_ctl, I thought, but I still get those messages.
This is the command line to start pg:
/.../pg_ctl start -s -U ... -l /.../Log.txt -o "-p 1234" -D /.../Database
Is there something wrong?
Thanks a lot for your help.
Paul