From: Bruce Momjian Date: Tue, 6 Sep 2011 02:58:10 +0000 (-0400) Subject: Add documentation link to strftime supported options. X-Git-Tag: REL9_2_BETA1~1138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c8676ea71754b5ebd4a5e4ad3ffb173ef6db32d;p=postgresql Add documentation link to strftime supported options. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 4b351695a4..615b2b078b 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -3086,6 +3086,10 @@ local0.* /var/log/postgresql any time-zone-dependent %-escapes, the computation is done in the zone specified by .) + The supported %-escapes are similar to those + listed in the Open Group's strftime + specification. Note that the system's strftime is not used directly, so platform-specific (nonstandard) extensions do not work.