Re: [SQL] Re: [BUGS] Running queries on inherited tables

From: Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il>
To: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Re: [BUGS] Running queries on inherited tables
Date: 1999-09-21 14:57:56
Message-ID: l03130303b40d4d22f289@[147.233.159.109]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-sql

At 02:00 +0200 on 13/09/1999, Tom Lane wrote:

> > Considering how often Alter table is used, would it be reasonable to rip
> > out all the alter table code and just have it do a select into;drop;rename
>
> That would be a good route to a reimplementation, actually. Want to
> have a go at it?

OIDs of all rows will be changed, won't they? Some people rely on OIDs in
their applications.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bill Geddes 1999-09-21 23:11:59 Re: Installing PostgreSQL
Previous Message David Godin 1999-09-20 18:59:55 Installing PostgreSQL

Browse pgsql-sql by date

  From Date Subject
Next Message Stuart Rison 1999-09-21 14:58:08 Re: [SQL] Subselect performance
Previous Message Jrg R. Rudnick 1999-09-21 14:48:57 SQL Functions on Composite Types - what's the purpose??