postgresql/src/pl
Tom Lane 38bb77a5d1 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,
code review by Tom Lane.  Remaining issues: functions that take or
return tuple types are likely to break if one drops (or adds!)
a column in the table defining the type.  Need to think about what
to do here.

Along the way: some code review for recent COPY changes; mark system
columns attnotnull = true where appropriate, per discussion a month ago.
2002-08-02 18:15:10 +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 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +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