pgsql: doc: add example of sign mismatch with POSIX/ISO-8601 time zones

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: add example of sign mismatch with POSIX/ISO-8601 time zones
Date: 2025-02-18 20:51:56
Message-ID: E1tkUZR-00014x-2G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: add example of sign mismatch with POSIX/ISO-8601 time zones

Author: Laurenz Albe

Discussion: https://postgr.es/m/eb4d1e15c6822c1937be1491118500dd9201492f.camel@cybertec.at

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/06dc1ffd24096f7c71d1abeaa9e96fec4db9313d

Modified Files
--------------
doc/src/sgml/datatype.sgml | 8 ++++++++
doc/src/sgml/func.sgml | 9 +++++++--
2 files changed, 15 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message noreply 2025-02-18 22:12:29 pgsql: Tag refs/tags/REL_16_8 was created
Previous Message Jeff Davis 2025-02-18 18:38:00 pgsql: Update outdated comments in nodeAgg.c.