• Neil Conway's avatar
    Allow ALTER FUNCTION to change a function's strictness, volatility, and · c0696554
    Neil Conway authored
    whether or not it is a security definer. Changing a function's strictness
    is required by SQL2003, and the other capabilities make sense. Also, allow
    an optional RESTRICT noise word to be specified, for SQL conformance.
    
    Some trivial regression tests added and the documentation has been
    updated.
    c0696554
parsenodes.h 53.8 KB