pgsql: doc: show how interval's 3 unit buckets behave using EXTRACT()

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: show how interval's 3 unit buckets behave using EXTRACT()
Date: 2018-06-24 03:32:55
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: show how interval's 3 unit buckets behave using EXTRACT()

This clarifies when justify_days() and justify_hours() are useful.
Paragraph moved too.

Reported-by: vodevsh(at)gmail(dot)com

Discussion: https://postgr.es/m/[email protected]

Backpatch-through: 9.3

Branch
------
REL9_6_STABLE

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

Modified Files
--------------
doc/src/sgml/datatype.sgml | 40 +++++++++++++++++++++++++++-------------
1 file changed, 27 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2018-06-24 22:07:14 pgsql: doc: adjust order of NUMERIC arguments to match syntax
Previous Message Bruce Momjian 2018-06-23 21:15:38 pgsql: doc: update PG 11 release notes, mostly typo fixes