OSDN Git Service

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)
commit15c194c1d51991deb7b7e6a00c6ce89575654120
treee07a7ffab2d0494a6a08ec01e6d12c61413d675d
parent251033186ff575cf130ec53daa996749022fbad3
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