Thanks. TODO updated. > > * Disallow LOCK on view > change to > * -Disallow LOCK on view (Mark H) > well, at least when my patch is applied :) > > > * Allow SQL function indexes > This seems to work in the CVS code, or I have misunderstood: > CREATE TABLE t ( a int); > CREATE FUNCTION mod5(int) RETURNS int AS 'select $1 % 5' LANGUAGE 'sql'; > CREATE INDEX sql_index ON t ( mod5(a) ); > > > * Add ALTER TABLE command to change table ownership > Dibs on this. > > > -- > Mark Hollomon > [EMAIL PROTECTED] > -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026