Skip to content
Snippets Groups Projects
Commit 5c8676ea authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add documentation link to strftime supported options.

parent f458c90b
No related branches found
No related tags found
No related merge requests found
...@@ -3086,6 +3086,10 @@ local0.* /var/log/postgresql ...@@ -3086,6 +3086,10 @@ local0.* /var/log/postgresql
any time-zone-dependent <literal>%</literal>-escapes, the computation any time-zone-dependent <literal>%</literal>-escapes, the computation
is done in the zone specified is done in the zone specified
by <xref linkend="guc-log-timezone">.) 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 Note that the system's <systemitem>strftime</systemitem> is not used
directly, so platform-specific (nonstandard) extensions do not work. directly, so platform-specific (nonstandard) extensions do not work.
</para> </para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment