pgsql: Doc: caution against misuse of 'now' and related datetime litera - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: caution against misuse of 'now' and related datetime litera
Date
Msg-id E1kTsQ1-0003UD-K9@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: caution against misuse of 'now' and related datetime literals.

Section 8.5.1.4, which defines these literals, made only a vague
reference to the fact that they might be evaluated too soon to be
safe in non-interactive contexts.  Provide a more explicit caution
against misuse.  Also, generalize the wording in the related tip in
section 9.9.4: while it clearly described this problem, it implied
(or really, stated outright) that the problem only applies to table
DEFAULT clauses.

Per gripe from Tijs van Dam.  Back-patch to all supported branches.

Discussion:
https://postgr.es/m/c2LuRv9BiRT3bqIo5mMQiVraEXey_25B4vUn0kDqVqilwOEu_iVF1tbtvLnyQK7yDG3PFaz_GxLLPil2SDkj1MCObNRVaac-7j1dVdFERk8=@thalex.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3753e2720a9691d38aa85fe1e641ba55703e2a6f

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Update time zone data files to tzdata release 2020c.
Next
From: Tom Lane
Date:
Subject: pgsql: In libpq for Windows, call WSAStartup once and WSACleanup not at