AW: [HACKERS] SELECT FOR UPDATE leaks relation refcounts

From: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>
To: "'pgsql-hackers(at)postgreSQL(dot)org'" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: AW: [HACKERS] SELECT FOR UPDATE leaks relation refcounts
Date: 2000-02-03 15:30:32
Message-ID: 219F68D65015D011A8E000006F8590C603FDC23A@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Don Baccus 2000-02-03 15:39:28 Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL
Previous Message Zeugswetter Andreas SB 2000-02-03 15:21:03 AW: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL