AW: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL
Дата
Msg-id 219F68D65015D011A8E000006F8590C603FDC239@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список pgsql-sql
> > > > I would propose that that anytime you do a SELECT * 
> from a base table
> > > > that you would get back the full rows from those sub tables.
> 
> Maybe SELECT ** FROM BASE would be more flexible as it leaves 
> the standard 
> SQL with its "standard" meaning ?

I like the idea of not messing with the traditional meaning of the *.
The Informix select * from table_with_subclasses also only returns 
the parent columns.

Of course I would also like that the default select * from table 
return all subclass rows.

Imho there is no real argument against extra syntax to select
all columns of subclasses though.

Andreas


В списке pgsql-sql по дате отправления:

Предыдущее
От: Mark Volpe
Дата:
Сообщение: Re: [SQL] Question about SELECT and ORDER BY
Следующее
От: Don Baccus
Дата:
Сообщение: Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL