mirror of
https://github.com/postgres/postgres.git
synced 2026-06-07 07:42:18 -04:00
Add documentation link to strftime supported options.
This commit is contained in:
parent
7dc956fee3
commit
0603ba3415
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue