Re: TODO list updates - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: TODO list updates
Date
Msg-id 200010161949.PAA02216@candle.pha.pa.us
Whole thread Raw
In response to TODO list updates  (Mark Hollomon <mhh@mindspring.com>)
List pgsql-hackers
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
> mhh@mindspring.com
> 


--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: ?????: ?????: WAL and indexes (Re: [HACKERS] WAL status & todo)
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: when does CREATE VIEW not create a view?