Обсуждение: [COMMITTERS] pgsql: Improve documentation of timestamp internal representation.

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Improve documentation of timestamp internal representation.

От
Robert Haas
Дата:
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(-)