Re: Documentation Bug related to Inheritance

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: felipe(dot)alvarez(at)qlsoft(dot)cl
Cc: Danilo Gonzalez Hashimoto <danilogh(at)comp(dot)ufscar(dot)br>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Documentation Bug related to Inheritance
Date: 2001-07-20 20:51:04
Message-ID: 200107202051.f6KKp4w16919@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

>
> Hi, i've posted various problems regarding inheritance in postgres,
> Never see a reply :(
>
> Well, beside the referential constraint issue ( that can be solved by
> hand ), the most frustrating is that queries like
>
> DELETE FROM table* where key = some_value
>
> Fails ( parser error ). ( UPDATE either )
>
> I you have some direct contact with the developers please forward this
> issue.

Are you sure about this? I see all sorts of inheritance updates in the
regression tests:

UPDATE a SET aa='zzzz' WHERE aa='aaaa';
UPDATE ONLY a SET aa='zzzzz' WHERE aa='aaaaa';
UPDATE b SET aa='zzz' WHERE aa='aaa';
UPDATE ONLY b SET aa='zzz' WHERE aa='aaa';
UPDATE a SET aa='zzzzzz' WHERE aa LIKE 'aaa%';

--
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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2001-07-20 21:10:46 Re: help for:FATAL 1: configuration file `postgresql.conf' has wrong permissions
Previous Message Tom Lane 2001-07-20 20:41:06 Re: help for:FATAL 1: configuration file `postgresql.conf' has wrong permissions