diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-08-22 12:38:39 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-08-22 12:38:39 +0000 |
| commit | 863a62064cfc2b706dd6ab45487d15cc33cedb35 (patch) | |
| tree | 9622ff88645b770b32273ba9f02cb8c7df13c989 /contrib/README | |
| parent | 212f7bdfe3f5c5a7374a05590b32640e579c65dd (diff) | |
| download | postgresql-863a62064cfc2b706dd6ab45487d15cc33cedb35.tar.gz | |
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
Diffstat (limited to 'contrib/README')
| -rw-r--r-- | contrib/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README index 800c9344a6..6601f02fe6 100644 --- a/contrib/README +++ b/contrib/README @@ -58,6 +58,10 @@ mSQL-interface - noupdate - trigger to prevent updates on single columns +plpgsql - + Postgres procedural language + by Jan Wieck <jwieck@debis.com> + pginterface - A crude C/4GL by Bruce Momjian <root@candle.pha.pa.us> |
