Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc956f commit 0603ba3Copy full SHA for 0603ba3
doc/src/sgml/config.sgml
@@ -3049,6 +3049,10 @@ local0.* /var/log/postgresql
3049
any time-zone-dependent <literal>%</literal>-escapes, the computation
3050
is done in the zone specified
3051
by <xref linkend="guc-log-timezone">.)
3052
+ The supported <literal>%</literal>-escapes are similar to those
3053
+ listed in the Open Group's <ulink
3054
+ url="http://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html">strftime
3055
+ </ulink> specification.
3056
Note that the system's <systemitem>strftime</systemitem> is not used
3057
directly, so platform-specific (nonstandard) extensions do not work.
3058
</para>
0 commit comments