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

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: E1cfpWr-0001Ka-HA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8f2799c993316a3dc436e231630b670a1ebf1fbb

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-02-20 15:27:53 pgsql: Improve error message for misuse of TZ, tz, OF formatting patter
Previous Message Tom Lane 2017-02-19 22:19:18 pgsql: Make src/interfaces/libpq/test clean up after itself.