From: | Bret Hughes <bhughes(at)elevating(dot)com> |
---|---|
To: | Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com> |
Cc: | postgresql sql list <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: what does ONLY do |
Date: | 2005-02-19 04:08:12 |
Message-ID: | 1108786092.13812.512.camel@bretsony |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Aarni Ruuhimäki | 2005-02-19 08:21:51 | Re: trrouble inserting stuff like é |
Previous Message | Stephan Szabo | 2005-02-19 03:15:30 | Re: what does ONLY do |