Documentation 9.8. Data Type Formatting Functions: missing behaviour on invalid input at to_date()

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: ehansmair(at)prompt-software(dot)de
Subject: Documentation 9.8. Data Type Formatting Functions: missing behaviour on invalid input at to_date()
Date: 2020-06-05 11:16:59
Message-ID: 159135581922.7031.8149548798892105892@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

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

For the formatting functions, which convert between a string and a type like
date, timestamp or number, there should be a description about the behaviour
of i.e. to_date(input, mask) in case of invalid, not convertable input.

I expected a return value of NULL and got a execution error.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message 이동욱 2020-06-05 12:45:52 Re: [PATCH] pg_dump: Add example and link for --encoding option
Previous Message PG Doc comments form 2020-06-05 08:22:07 pg_basebackup in tar format with -Xs