pgsql: Fix documentation of to_char/to_timestamp TZ, tz, OF formatting

Lists: pgsql-committers
From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix documentation of to_char/to_timestamp TZ, tz, OF formatting
Date: 2017-02-20 15:05:29
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Fix documentation of to_char/to_timestamp TZ, tz, OF formatting patterns.

These are only supported in to_char, not in the other direction, but the
documentation failed to mention that. Also, describe TZ/tz as printing the
time zone "abbreviation", not "name", because what they print is elsewhere
referred to that way. Per bug #14558.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/391a239a1c348a83ddf9218b33cab6ee4cd7fce7

Modified Files
--------------
doc/src/sgml/func.sgml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)