postgresql/src/pl/tcl
Andres Freund 3522d0eaba Deduplicate "invalid input syntax" messages for various types.
Previously a lot of the error messages referenced the type in the
error message itself. That requires that the message is translated
separately for each type.

Note that currently a few smallint cases continue to reference the
integer, rather than smallint, type. A later patch will create a
separate routine for 16bit input.

Author: Andres Freund
Discussion: https://postgr.es/m/20180707200158.wpqkd7rjr4jxq5g7@alap3.anarazel.de
2018-07-22 14:58:01 -07:00
..
expected Deduplicate "invalid input syntax" messages for various types. 2018-07-22 14:58:01 -07:00
po Translation updates 2018-05-21 12:29:52 -04:00
sql Support INOUT arguments in procedures 2018-03-14 12:07:28 -04:00
.gitignore Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE. 2016-03-25 16:54:52 -04:00
generate-pltclerrcodes.pl Update copyright for 2018 2018-01-02 23:30:12 -05:00
Makefile Transaction control in PL procedures 2018-01-22 08:43:06 -05:00
nls.mk Translation updates 2018-05-21 12:29:52 -04:00
pltcl--1.0.sql Put comments on the installable procedural languages. 2011-07-03 19:03:51 -04:00
pltcl--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
pltcl.c Fix misc typos, mostly in comments. 2018-07-18 16:17:32 +03:00
pltcl.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
pltclu--1.0.sql Put comments on the installable procedural languages. 2011-07-03 19:03:51 -04:00
pltclu--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
pltclu.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00