Re: Disabling function validation - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Disabling function validation
Date
Msg-id 3085.1065482010@sss.pgh.pa.us
Whole thread Raw
In response to Disabling function validation  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Disabling function validation
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I think we should change the "check_function_bodies" to something more
> general.  I like "restore_validation_mode" because it could also be used
> to disable foreign key checks which we are discussing.

I think I'd prefer to keep foreign key check disabling separate.  Or at
least make it separately selectable.  Maybe validation_mode could have
multiple levels ("off", "safe", "risky")?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Gaetano Mendola
Date:
Subject: Re: psql italian translation
Next
From: Bruce Momjian
Date:
Subject: Re: Disabling function validation