From 0603ba3415f2fa6182248a6b96973224507543d3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 5 Sep 2011 22:58:13 -0400 Subject: [PATCH] Add documentation link to strftime supported options. --- doc/src/sgml/config.sgml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index e08c64c4a8..836104fca6 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -3049,6 +3049,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. -- 2.40.0