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