TODO list updates - Mailing list pgsql-hackers

From Mark Hollomon
Subject TODO list updates
Date
Msg-id 20000907101957.B20520@mindspring.com
Whole thread Raw
Responses Re: TODO list updates
Re: TODO list updates
List pgsql-hackers
* Disallow LOCK on viewchange to
* -Disallow LOCK on view (Mark H)well, at least when my patch is applied :)


* Allow SQL function indexesThis seems to work in the CVS code, or I have misunderstood:CREATE TABLE t ( a int);CREATE
FUNCTIONmod5(int) RETURNS int AS 'select $1 % 5' LANGUAGE 'sql';CREATE INDEX sql_index ON t ( mod5(a) );
 


* Add ALTER TABLE command to change table ownershipDibs on this.


-- 
Mark Hollomon
mhh@mindspring.com


pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: Tom Lane
Next
From: Mark Hollomon
Date:
Subject: missing file relfilenode.h