File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -2428,8 +2428,8 @@ local0.* /var/log/postgresql
2428
2428
<varname>log_filename</varname> were <literal>server_log</literal>,
2429
2429
then the chosen file name would be <literal>server_log.1093827753</>
2430
2430
for a log starting at Sun Aug 29 19:02:33 2004 MST.
2431
- This parameter can only be set in the <filename>postgresql.conf</>
2432
- file or on the server command line .
2431
+ Note that the system's <systemitem>strftime</systemitem> is not used
2432
+ directly, so platform-specific (nonstandard) extensions do not work .
2433
2433
</para>
2434
2434
<para>
2435
2435
If CSV-format output is enabled in <varname>log_destination</>,
@@ -2440,6 +2440,10 @@ local0.* /var/log/postgresql
2440
2440
In the case of the example above, the CSV
2441
2441
file name will be <literal>server_log.1093827753.csv</literal>.
2442
2442
</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>
2443
2447
</listitem>
2444
2448
</varlistentry>
2445
2449
You can’t perform that action at this time.
0 commit comments