As proposed, here is the current version of PL/pgSQL. The

Bruce Momjian <bruce@momjian.us>

Commit: 863a62064cfc2b706dd6ab45487d15cc33cedb35
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-08-22T12:38:39Z
Releases: 7.1.1
    As  proposed,  here  is  the current version of PL/pgSQL. The
    test isn't that complete up to now,  but  I  think  it  shows
    enough of the capabilities of the module.

    The  Makefile  assumes  it  is  located  in a directory under
    pgsql/src/pl.   Since   it   includes   Makefile.global   and
    Makefile.port  and doesn't use any own compiler/linker calls,
    it should build on most of our supported  platforms  (I  only
    tested  under Linux up to now).  It requires flex and bison I
    think. Maybe we should ship prepared gram.c etc. like for the
    main parser too?


Jan

Files