CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/10/03 16:26:49

Modified files:
        doc/src/sgml   : runtime.sgml 
        src/backend/catalog: pg_proc.c 
        src/backend/utils/misc: guc.c postgresql.conf.sample 

Log message:
        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.


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

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

Reply via email to