Re: what does ONLY do - Mailing list pgsql-sql

From Bret Hughes
Subject Re: what does ONLY do
Date
Msg-id 1108786092.13812.512.camel@bretsony
Whole thread Raw
In response to Re: what does ONLY do  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-sql
On Fri, 2005-02-18 at 21:15, Stephan Szabo wrote:
> On Fri, 18 Feb 2005, Bret Hughes wrote:
> 
> > I can't seem to find an explanation of what adding ONLY does for an sql
> > statement  for instance :
> >
> > ALTER TABLE [ONLY] ADD COLUMN ...
> >
> > or what ever.  Does anyone have a pointer to docs on this.  I am simply
> > curious since there is obviously something I am missing.
> 
> Using the ALTER TABLE page as an example...
> 
> name
> 
>     The name (possibly schema-qualified) of an existing table to alter. If
> ONLY is specified, only that table is altered. If ONLY is not specified,
> the table and all its descendant tables (if any) are updated. * can be
> appended to the table name to indicate that descendant tables are to be
> altered, but in the current version, this is the default behavior. (In
> releases before 7.1, ONLY was the default behavior. The default can be
> altered by changing the configuration parameter sql_inheritance.)
> 

Well, (*&^$%.  I have read that very page, parts if it several times.  B
I was adding a column to a table, thought about it again and  rather
than look again I decided to ask.  I hate that.  I pride myself on not
asking questions that can be easily answered but blew it this time.

Thanks for the pointer. And for doing so without making me feel stupider
than necessary.

Bret



pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: what does ONLY do
Next
From: Aarni Ruuhimäki
Date:
Subject: Re: trrouble inserting stuff like é