pgsql: doc: Mention timezone(zone, time) in section for AT TIME ZONE

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Mention timezone(zone, time) in section for AT TIME ZONE
Date: 2023-10-13 02:00:18
Message-ID: E1qr7TO-000Gh9-73@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Mention timezone(zone, time) in section for AT TIME ZONE

timezone(zone, timestamp) is already mentioned as an equivalent of the
two first patterns in the table describing the AT TIME ZONE variants,
but did not mention the third case about "time" and its equivalent as an
SQL function, so let's be consistent here.

Extracted from a larger patch by the same author.

Author: Vik Fearing
Discussion: https://postgr.es/m/8e25dec4-5667-c1a5-6581-167d710c2182@postgresfriends.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7e1f544827ec843918f189765863269ff3a1c77e

Modified Files
--------------
doc/src/sgml/func.sgml | 7 +++++++
1 file changed, 7 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-10-13 03:50:49 pgsql: Add wait events for checkpoint delay mechanism.
Previous Message Robert Haas 2023-10-12 18:09:56 pgsql: Unify two isLogSwitch tests in XLogInsertRecord.