Add GUC parameter check_function_bodies to control whether validation
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Oct 2003 19:26:49 +0000 (19:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Oct 2003 19:26:49 +0000 (19:26 +0000)
commit7711e5d605ad3dcf489792c3d678e133d5c9ca6c
tree6392f51c406a2f7b59d5ecaaa5bafc4c345f1ceb
parent4679150da6ce874e6471eda28d7d2ca617334d94
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.
doc/src/sgml/runtime.sgml
src/backend/catalog/pg_proc.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample