Re: ADD/DROP CONSTRAINT and inheritance

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: ADD/DROP CONSTRAINT and inheritance
Date: 2001-05-24 04:29:23
Message-ID: 200105240429.f4O4TNU01456@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[ Charset ISO-8859-1 unsupported, converting... ]
> > "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> writes:
> > > I'm not sure what you mean here, Tom - I meant that the ONLY
> > keyword could
> > > be optional.
> >
> > The current gram.y code allows either ALTER TABLE foo ONLY or ALTER
> > TABLE foo* for all forms of ALTER ... with the default interpretation
> > being the latter.
>
> Oops - ok, I didn't notice that...hmmm...maybe I should check my patch for
> that before Bruce commits it...

Got it. Patch on hold.

As you can see, inheritance really needs some attention. Feel free to
give it.

--
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 Bruce Momjian 2001-05-24 04:31:40 Re: DROP CONSTRAINT patch
Previous Message Tom Lane 2001-05-24 04:04:39 Re: More pgindent follies