INTERVAL output format for iso_8601 is without dashes - Mailing list pgsql-docs

From PG Doc comments form
Subject INTERVAL output format for iso_8601 is without dashes
Date
Msg-id 177315184745.772.13880446320967157412@wrigleys.postgresql.org
Whole thread Raw
Responses Re: INTERVAL output format for iso_8601 is without dashes
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/18/datatype-datetime.html
Description:

https://www.postgresql.org/docs/current/datatype-datetime.html#DATATYPE-INTERVAL-OUTPUT

The output format for mixed Interval in style specification iso_8601 is
documented incorrectly.

The documentation says `P-1Y-2M3D​T-4H-5M-6S` while in reality there are no
dashes: `P1Y2M3D​T4H5M6S`




pgsql-docs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: An example in UPDATE documentation page is a bit outdated
Next
From: PG Doc comments form
Date:
Subject: Clarifying pg_rewind failure risks due to asynchronous file deletions