notes/db/sql/postgres/feature/log/articles.txt
ihar_hancharenka 4404786dde m
2025-08-29 12:09:38 +03:00

14 строки
527 B
Plaintext
Исходник Ответственный История

Этот файл содержит неоднозначные символы Юникода

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

https://www.postgresql.org/docs/current/runtime-config-logging.html
2025
https://habr.com/ru/companies/postgrespro/articles/872574/
https://www.crunchydata.com/blog/postgres-logging-for-performance-optimization
https://habr.com/ru/companies/otus/articles/940794/
2022
https://sematext.com/blog/postgresql-logs/
logging_collector on
log_min_duration_statement = 1000
ALTER DATABASE db SET log_min_duration_statement = 1000ms';
log_statement all
ALTER DATABASE db SET log_statement = all';