Tom Lane writes:
> Add GUC parameter check_function_bodies to control whether validation
> of function bodies is done at CREATE FUNCTION time. This is normally
> true but can be set false to avoid problems with forward references,
> wrong schema search path, etc. This is just the backend patch, still
> need to adjust pg_dump to make use of it.
If it's only honored by SQL functions, then it should probably be called
check_sql_function_bodies.
--
Peter Eisentraut peter_e@gmx.net