pgsql: Doc: improve explanation of EXTRACT(EPOCH) for timestamp without

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: improve explanation of EXTRACT(EPOCH) for timestamp without
Date: 2021-01-01 20:51:43
Message-ID: E1kvROh-0004gm-MN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: improve explanation of EXTRACT(EPOCH) for timestamp without tz.

Try to be clearer about what computation is actually happening here.

Per bug #16797 from Dana Burd.

Discussion: https://postgr.es/m/16797-f264b0b980b53b8b@postgresql.org

Branch
------
REL_11_STABLE

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

Modified Files
--------------
doc/src/sgml/func.sgml | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2021-01-02 18:07:06 pgsql: Update copyright for 2021
Previous Message Tom Lane 2020-12-31 03:08:14 Re: pgsql: Use setenv() in preference to putenv().