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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Improve documentation of timestamp internal representation.
Дата
Msg-id E1cOtAJ-0007Yp-9b@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Assorted code improvements for table partitioning.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Handle OID column inheritance correctly in ALTER TABLE ...INHER