postgresql/src/test/regress
Peter Eisentraut aefeb68741 Allow referring to functions without arguments when unique
In DDL commands referring to an existing function, allow omitting the
argument list if the function name is unique in its schema, per SQL
standard.

This uses the same logic that the regproc type uses for finding
functions by name only.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
2017-03-14 23:55:19 -04:00
..
data
expected Allow referring to functions without arguments when unique 2017-03-14 23:55:19 -04:00
input Ignore tablespace ACLs when ignoring schema ACLs. 2017-02-12 16:03:41 -05:00
output Ignore tablespace ACLs when ignoring schema ACLs. 2017-02-12 16:03:41 -05:00
sql Allow referring to functions without arguments when unique 2017-03-14 23:55:19 -04:00
.gitignore
GNUmakefile Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Makefile
parallel_schedule Improve expression evaluation test coverage. 2017-03-11 15:41:34 -08:00
pg_regress_main.c Fix inclusions of postgres_fe.h from .h files. 2017-03-08 20:41:06 -05:00
pg_regress.c Improve isolation tests infrastructure. 2017-03-14 15:56:17 -07:00
pg_regress.h Fix inclusions of postgres_fe.h from .h files. 2017-03-08 20:41:06 -05:00
README
regress.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
regressplans.sh
resultmap
serial_schedule Improve expression evaluation test coverage. 2017-03-11 15:41:34 -08:00
standby_schedule

Documentation concerning how to run these regression tests and interpret
the results can be found in the PostgreSQL manual, in the chapter
"Regression Tests".