postgresql/src/pl
Tom Lane e42f8e32e9 Clean up plpgsql identifier handling: process quoted identifiers
correctly, truncate to NAMEDATALEN where needed, allow whitespace
around dots in qualified identifiers.  Get rid of T_RECFIELD and
T_TGARGV token categories, which weren't accomplishing anything
except to create room for sins of omission in the grammar, ie,
places that should have allowed them and didn't.  Fix a few other
bugs en passant.
2002-08-08 01:36:05 +00:00
..
plperl This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in 2002-06-15 19:54:24 +00:00
plpgsql Clean up plpgsql identifier handling: process quoted identifiers 2002-08-08 01:36:05 +00:00
plpython oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
tcl oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
Makefile Turn on plpython build by default if we have something that looks like a 2001-08-27 00:29:49 +00:00