AW: [HACKERS] SELECT FOR UPDATE leaks relation refcounts - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: [HACKERS] SELECT FOR UPDATE leaks relation refcounts
Date
Msg-id 219F68D65015D011A8E000006F8590C603FDC23A@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> > 
> Added to TODO:
> 
>     * Disallow LOCK on view 
> 

I really think we should give views a different relkind 'V'.
All this mess with a real table + rules is very unclean.
It is then clear that such a relkind does'nt have locks.
Then it would also be easy to readd some of the now lost features
like computed columns ...

I would instead add the following TODO:* create new relkind 'V' for views

Andreas


pgsql-hackers by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: AW: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL
Next
From: Don Baccus
Date:
Subject: Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL