ParseDateTime in src/backend/utils/adt/datetime.c - Mailing list pgsql-hackers

From Vladimir Svedov
Subject ParseDateTime in src/backend/utils/adt/datetime.c
Date
Msg-id CADqDLE9gWKKjUQgHNtpK2gg-1MuzToobtx9627ZtR_sC5R4kuw@mail.gmail.com
Whole thread Raw
Responses Re: ParseDateTime in src/backend/utils/adt/datetime.c  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Hi guys,
Above guys are surprised by "ignore other punctuation but use as delimiter" part.
Do you think this should be mentioned in docs?
E.g. https://www.postgresql.org/docs/current/static/functions-formatting.html docs have very thorough explanation on what is skipped and what parsed.

I believe at least interval '1^minute' equality to interval '1 minute' or other short comment would make it clear.

Sorry if Iwrote to a wrong list. Maybe I should write to pgsql-docs@lists.postgresql.org instead? please point me If I should.

Regards

pgsql-hackers by date:

Previous
From: Andrey Borodin
Date:
Subject: Re: GSOC 2018
Next
From: Peter Eisentraut
Date:
Subject: Re: Is there a memory leak in commit 8561e48?