diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-09-05 22:58:10 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-09-05 22:58:10 -0400 |
commit | 5c8676ea71754b5ebd4a5e4ad3ffb173ef6db32d (patch) | |
tree | a0c908ac925a745e5cf0165a0c524fe15d504ba6 /doc/src | |
parent | f458c90bff45ecae91fb55ef2b938af37d977af3 (diff) | |
download | postgresql-5c8676ea71754b5ebd4a5e4ad3ffb173ef6db32d.tar.gz postgresql-5c8676ea71754b5ebd4a5e4ad3ffb173ef6db32d.zip |
Add documentation link to strftime supported options.
Diffstat (limited to 'doc/src')
-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 4b351695a49..615b2b078bf 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 <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> |