Add documentation link to strftime supported options.

This commit is contained in:
Bruce Momjian 2011-09-05 22:58:10 -04:00
parent f458c90bff
commit 5c8676ea71
1 changed files with 4 additions and 0 deletions

View File

@ -3086,6 +3086,10 @@ local0.* /var/log/postgresql
any time-zone-dependent <literal>%</literal>-escapes, the computation
is done in the zone specified
by <xref linkend="guc-log-timezone">.)
The supported <literal>%</literal>-escapes are similar to those
listed in the Open Group's <ulink
url="http://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html">strftime
</ulink> specification.
Note that the system's <systemitem>strftime</systemitem> is not used
directly, so platform-specific (nonstandard) extensions do not work.
</para>