- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- PostgreSQL/システム管理/ログ へ行く。
- 1 (2013-03-27 (水) 07:41:48)
- 2 (2014-02-03 (月) 14:14:30)
- 3 (2014-04-19 (土) 18:27:16)
ログ
SQLクエリーのログを取る
data/postgresql.conf:
logging_collector = on # Enable capturing of stderr and csvlog log_directory = 'pg_log' # directory where log files are written, log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log' # log file name pattern, log_line_prefix = '%d %c %t' # special values: log_statement = 'all' # none, ddl, mod, all
http://stackoverflow.com/questions/722221/how-to-log-postgres-sql-queries
参考
- Error Reporting and Logging
- http://www.postgresql.org/docs/8.4/static/runtime-config-logging.html
- Let's Postgres ログ関連の設定
- http://lets.postgresql.jp/documents/technical/log_setting
- Let's Postgres スロークエリの分析
- http://lets.postgresql.jp/documents/technical/query_analysis