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   [EMAIL PROTECTED]


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to