Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff5b6c9

Browse files
committed
Add:
> * Make log_min_duration_statement output when the duration is reached rather> than when the statement completes>> This prints long queries while they are running, making trouble shooting> easier. Also, it eliminates the need for log_statement because it> would now be the same as a log_min_duration_statement of zero.
1 parentaef2d0d commitff5b6c9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎doc/TODO

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TODO list for PostgreSQL
33
========================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Tue Nov 3000:06:22 EST 2004
5+
Last updated:Tue Nov 3013:20:21 EST 2004
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -120,6 +120,12 @@ Administration
120120
multiple servers, you need multi-master replication like pgcluster.
121121

122122
o Allow replication over unreliable or non-persistent links
123+
* Make log_min_duration_statement output when the duration is reached rather
124+
than when the statement completes
125+
126+
This prints long queries while they are running, making trouble shooting
127+
easier. Also, it eliminates the need for log_statement because it
128+
would now be the same as a log_min_duration_statement of zero.
123129

124130

125131
Data Types

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp