postgresql/contrib/isn
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
..
expected Rework pg_input_error_message(), now renamed pg_input_error_info() 2023-02-28 08:04:13 +09:00
sql Rework pg_input_error_message(), now renamed pg_input_error_info() 2023-02-28 08:04:13 +09:00
.gitignore contrib/isn now needs a .gitignore file. 2015-08-02 23:57:32 -04:00
EAN13.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
ISBN.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
ISMN.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
ISSN.h Fix typos in comments. 2017-02-06 11:33:58 +02:00
Makefile Remove support for upgrading extensions from "unpackaged" state. 2020-02-19 16:59:14 -05:00
UPC.h Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
isn--1.0--1.1.sql Update isn extension for parallel query. 2016-06-07 11:26:42 -04:00
isn--1.1--1.2.sql Distinguish selectivity of < from <= and > from >=. 2017-09-13 11:12:39 -04:00
isn--1.1.sql Update isn extension for parallel query. 2016-06-07 11:26:42 -04:00
isn.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
isn.control Mark some contrib modules as "trusted". 2020-02-13 15:02:35 -05:00
isn.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00