pgsql: docs: improve AT TIME ZONE description

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: improve AT TIME ZONE description
Date: 2018-09-05 02:34:25
Message-ID: E1fxNeD-0008BA-Fe@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: improve AT TIME ZONE description

The previous description was unclear. Also add a third example, change
use of time zone acronyms to more verbose descriptions, and add a
mention that using 'time' with AT TIME ZONE uses the current time zone
rules.

Backpatch-through: 9.3

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a704f8327f56b9a6b38e8d88e465ae021a01bc52

Modified Files
--------------
doc/src/sgml/func.sgml | 32 +++++++++++++++++++++-----------
1 file changed, 21 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-09-05 14:34:12 pgsql: PL/Python: Remove use of simple slicing API
Previous Message Michael Paquier 2018-09-04 20:58:18 Re: pgsql: Clean up after TAP tests in oid2name and vacuumlo.