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

Commitbd2ef87

Browse files
committed
In log_filename documentation, mention that strftime is not used directly to
expand the pattern specifier.Per gripe from Josh Drake.
1 parent0cefb50 commitbd2ef87

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.179 2008/05/19 18:08:15 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.180 2008/06/14 21:59:59 alvherre Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -2428,8 +2428,8 @@ local0.* /var/log/postgresql
24282428
<varname>log_filename</varname> were <literal>server_log</literal>,
24292429
then the chosen file name would be <literal>server_log.1093827753</>
24302430
for a log starting at Sun Aug 29 19:02:33 2004 MST.
2431-
This parameter can only be set inthe<filename>postgresql.conf</>
2432-
file or on the server command line.
2431+
Note thatthesystem's <systemitem>strftime</systemitem> is not used
2432+
directly, so platform-specific (nonstandard) extensions do not work.
24332433
</para>
24342434
<para>
24352435
If CSV-format output is enabled in <varname>log_destination</>,
@@ -2440,6 +2440,10 @@ local0.* /var/log/postgresql
24402440
In the case of the example above, the CSV
24412441
file name will be <literal>server_log.1093827753.csv</literal>.
24422442
</para>
2443+
<para>
2444+
This parameter can only be set in the <filename>postgresql.conf</>
2445+
file or on the server command line.
2446+
</para>
24432447
</listitem>
24442448
</varlistentry>
24452449

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp