Re: Thus spoke SQL3 (on OO)

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: Thus spoke SQL3 (on OO)
Дата
Msg-id 39282DFB.C2A6EE84@tm.ee
обсуждение исходный текст
Ответ на Thus spoke SQL3 (on OO)  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Chris wrote:
> 
> 
> > What exactly IDENTITY is is still a bit unclear to me but it is
> > definitely not the proposed identification of the table a row came
> > from.
> 
> How do you know?
> 
> > * Cloning
> > CREATE TABLE name (
> >     colname type,
> >     colname type,
> >     LIKE other_table,
> >     colname type,
> >     ...
> > );
> 
> Hmm. Fairly useless feature IMO.

The main use would be for those users who are using INHERITS with
current
PostgreSQL and need to port from it.

---------
Hannu


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Performance (was: The New Slashdot Setup (includes MySql server))
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Thus spoke SQL3 (on OO)