Allow referring to functions without arguments when unique

Peter Eisentraut <peter_e@gmx.net>

Commit: aefeb68741fb9456f14b4d690b0c646e532fea6b
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-03-15T03:55:19Z
Releases: 10.0
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>

Files

Documentation touched