Re: TODO list updates

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Mark Hollomon <mhh(at)mindspring(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: TODO list updates
Date: 2000-10-16 19:49:26
Message-ID: 200010161949.PAA02216@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)mindspring(dot)com
>

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-10-16 20:07:17 Re: PL/Perl compilation error
Previous Message Bruce Momjian 2000-10-16 19:27:38 Re: Re: ?????: ?????: WAL and indexes (Re: [HACKERS] WAL status & todo)