Re: what does ONLY do

Поиск
Список
Период
Сортировка
От Bret Hughes
Тема Re: what does ONLY do
Дата
Msg-id 1108786092.13812.512.camel@bretsony
обсуждение исходный текст
Ответ на Re: what does ONLY do  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список 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 по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: what does ONLY do
Следующее
От: Aarni Ruuhimäki
Дата:
Сообщение: Re: trrouble inserting stuff like é