pgsql: Improve documentation of timestamp internal representation.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve documentation of timestamp internal representation.
Date: 2017-01-04 21:32:11
Message-ID: E1cOtAJ-0007Yp-9b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve documentation of timestamp internal representation.

Be more clear that we represent timestamps in microseconds when
integer timestamps are used, and in fractional seconds when
floating-point timestamps are used.

Discussion: http://postgr.es/m/20161212135045.GB15488@e733.localdomain

Report by Alexander Alekseev. Wording by me with a suggestion
from Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/44f7afba79348883da110642d230a13003b75f62

Modified Files
--------------
doc/src/sgml/datatype.sgml | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-01-04 23:00:38 pgsql: Handle OID column inheritance correctly in ALTER TABLE ... INHER
Previous Message Robert Haas 2017-01-04 21:01:49 pgsql: Assorted code improvements for table partitioning.