Create a validator for plpgsql, so that some minimal syntax checking

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0fdc6c4cc0a1b84844caa29b5a8fb6cb5f28b752
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-03-19T18:58:07Z
Releases: 8.0.0
Create a validator for plpgsql, so that some minimal syntax checking
is done at creation time for plpgsql functions.  Improve createlang and
droplang to support adding/dropping validators for PLs.  Initial steps
towards producing a syntax error position from plpgsql syntax errors
(this part is a work in progress, and will change depending on outcome
of current discussions).

Files