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

Commit4778c33

Browse files
committed
Restructure log_line_prefix options to be clearer:
#log_line_prefix = '' # %u = user name # %d = database name # %r = remote host and port # %h = remote host # %p = PID # %t = timestamp # %m = timestamp with milliseconds # %i = command tag # %c = session id # %l = session line number # %s = session start timestamp # %x = transaction id # %q = stop here in non-session processes # %% = '%' # e.g. '<%u%%%d> '
1 parent6c2ba14 commit4778c33

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

‎src/backend/utils/misc/postgresql.conf.sample

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,21 @@
239239
#log_connections = false
240240
#log_disconnections = false
241241
#log_duration = false
242-
#log_line_prefix = ''# e.g. '<%u%%%d> '
243-
# %u=user name %d=database name
244-
# %r=remote host and port %h=remote host
245-
# %p=PID %t=timestamp %i=command tag
246-
# %m=timestamp with milliseconds
247-
# %c=session id %l=session line number
248-
# %s=session start timestamp %x=transaction id
249-
# %q=stop here in non-session processes
250-
# %%='%'
242+
#log_line_prefix = ''# %u = user name
243+
# %d = database name
244+
# %r = remote host and port
245+
# %h = remote host
246+
# %p = PID
247+
# %t = timestamp
248+
# %m = timestamp with milliseconds
249+
# %i = command tag
250+
# %c = session id
251+
# %l = session line number
252+
# %s = session start timestamp
253+
# %x = transaction id
254+
# %q = stop here in non-session processes
255+
# %% = '%'
256+
# e.g. '<%u%%%d> '
251257
#log_statement = 'none'# none, mod, ddl, all
252258
#log_hostname = false
253259

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp