pgsql: Document that we deviate from ISO 8601 by not using 'T' on outpu

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Document that we deviate from ISO 8601 by not using 'T' on outpu
Дата
Msg-id E1SWUy0-00051K-Lx@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Document that we deviate from ISO 8601 by not using 'T' on output.

Per discussion, we should explain that we follow RFC 3339 and not really
the letter of the ISO 8601 spec for timestamp output format.  Mostly
Brendan Jurd's wording, though I tweaked it to clarify that we do take 'T'
on input.  Minor additional copy-editing and markup-tweaking, too.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8be950f5c0a2d8591cfc9955ad4ee4baf50d6131

Modified Files
--------------
doc/src/sgml/datatype.sgml |   45 ++++++++++++++++++++++++++++---------------
1 files changed, 29 insertions(+), 16 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Some reference page improvements
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Adjust documentation of ALTER TABLE CLUSTER ON for more consiste