0

I see that there is a log_file_mode that was introduced in either 9.0 or 9.1, but it is not available for PG 8.4. How to people manage to give access to the logfiles to users other than the postgres user?

(I'm on RHEL 6.3)

Chris Curvey
  • 359
  • 1
  • 2
  • 9

1 Answers1

1

Options include:

  • Upgrading
  • A cron job that does a chmod of the logs
  • Logging to syslog and using syslog facilities to control log access
Craig Ringer
  • 11,083
  • 9
  • 40
  • 61