Allow ALTER FUNCTION to change a function's strictness, volatility, and

Neil Conway <neilc@samurai.com>

Commit: c06965544188244efa703f6a97f3088a291d57b5
Author: Neil Conway <neilc@samurai.com>
Date: 2005-03-14T00:19:37Z
Releases: 8.1.0
Allow ALTER FUNCTION to change a function's strictness, volatility, and
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.

Files