pgsql: Docs: improve descriptions of ISO week-numbering date features. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Docs: improve descriptions of ISO week-numbering date features.
Date
Msg-id E1Y6R2s-0002Pn-0f@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Docs: improve descriptions of ISO week-numbering date features.

Use the phraseology "ISO 8601 week-numbering year" in place of just
"ISO year", and make related adjustments to other terminology.

The point of this change is that it seems some people see "ISO year"
and think "standard year", whereupon they're surprised when constructs
like to_char(..., "IYYY-MM-DD") produce nonsensical results.  Perhaps
hanging a few more adjectives on it will discourage them from jumping
to false conclusions.  I put in an explicit warning against that
specific usage, too, though the main point is to discourage people
who haven't read this far down the page.

In passing fix some nearby markup and terminology inconsistencies.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2f03ae69875ff27a9667a7ec4655434900b64e55

Modified Files
--------------
doc/src/sgml/func.sgml |   93 ++++++++++++++++++++++++++++--------------------
1 file changed, 55 insertions(+), 38 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Docs: improve descriptions of ISO week-numbering date features.
Next
From: Tom Lane
Date:
Subject: pgsql: Docs: improve descriptions of ISO week-numbering date features.