PostgreSQL: Features new in 7.4: Logging and debugging

  • postgresql.conf
    • log_min_messages - server side logging verbosity
    • client_min_messages - client side logging verbosity
    • log_min_duration_statement - log any query which takes more than N milli-seconds
Prev

Next

Page 8