pgsql: docs: improve AT TIME ZONE description - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: docs: improve AT TIME ZONE description
Date
Msg-id E1fxNeD-0008B6-FS@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/838fd62cab520a5ae15fdab30d0f962070571bdb

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Clean up after TAP tests in oid2name and vacuumlo.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: PL/Python: Remove use of simple slicing API