diff options
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index e08c64c4a87..836104fca6c 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -3049,6 +3049,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> |