]> granicus.if.org Git - postgresql/commitdiff
Add documentation link to strftime supported options.
authorBruce Momjian <bruce@momjian.us>
Tue, 6 Sep 2011 02:58:13 +0000 (22:58 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 6 Sep 2011 02:58:13 +0000 (22:58 -0400)
doc/src/sgml/config.sgml

index e08c64c4a87a89c32c620f32b5f07204eb7f7df4..836104fca6c57dd259898f686778c5084bc01c47 100644 (file)
@@ -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>