Search Postgresql Archives

Re: unexpected shutdown

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



developer@xxxxxxxxxxxx writes:

could do logging wise on the postgres side to get a better indication of
what is happening?

You can increase the levels of loggin and redirect std_error to a file.
Something along the lines of

log_destination = 'stderr'
log_filename = 'postgresql-%Y-%m-%d.log'
log_error_verbosity = verbose
log_min_error_statement = debug1
log_min_messages = info


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux