[DOCS] Add example about date ISO format - Mailing list pgsql-docs

From juha.mustonen@iki.fi
Subject [DOCS] Add example about date ISO format
Date
Msg-id 20170217160154.6101.52806@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [DOCS] Add example about date ISO format  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/functions-formatting.html
Description:

The documentation should include an example how to format datetime entry
into most commonly known ISO format. This is a bit tricky as literal
character needs to included with quotes:

to_char(NOW(), 'YYYY-MM-DD"T"HH24:MI:SSZ')

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [DOCS] output_mode should be output_type
Next
From: adorespam@ya.ru
Date:
Subject: [DOCS] It seems a wrong sentence