Database change

This commit is contained in:
sparkyx 2006-07-04 22:13:50 +00:00
parent 6d254dfec3
commit ff8a45b540
26 changed files with 6568 additions and 5149 deletions

View file

@ -0,0 +1,6 @@
CREATE FUNCTION plpgsql_call_handler() RETURNS language_handler
AS '$libdir/plpgsql', 'plpgsql_call_handler'
LANGUAGE c;
CREATE FUNCTION plpgsql_validator(oid) RETURNS void
AS '$libdir/plpgsql', 'plpgsql_validator'
LANGUAGE c;