Files
postgresql/src/test/regress/sql
Michael Paquier b8da37b3ad Rework pg_input_error_message(), now renamed pg_input_error_info()
pg_input_error_info() is now a SQL function able to return a row with
more than just the error message generated for incorrect data type
inputs when these are able to handle soft failures, returning more
contents of ErrorData, as of:
- The error message (same as before).
- The error detail, if set.
- The error hint, if set.
- SQL error code.

All the regression tests that relied on pg_input_error_message() are
updated to reflect the effects of the rename.

Per discussion with Tom Lane and Andrew Dunstan.

Author: Nathan Bossart
Discussion: https://postgr.es/m/139a68e1-bd1f-a9a7-b5fe-0be9845c6311@dunslane.net
2023-02-28 08:04:13 +09:00
..
2023-02-22 09:33:07 +01:00
2021-03-26 13:35:32 +01:00
2021-02-26 09:11:15 +01:00
2022-03-28 16:47:48 +02:00
2022-08-25 10:31:20 +02:00
2022-04-07 16:18:00 +02:00
2023-02-11 10:05:04 -08:00
2022-09-27 11:47:12 -04:00