Re: Thus spoke SQL3 (on OO)

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: Chris <chris(at)bitmead(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Thus spoke SQL3 (on OO)
Date: 2000-05-21 18:42:03
Message-ID: 39282DFB.C2A6EE84@tm.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-05-21 18:45:22 Re: Performance (was: The New Slashdot Setup (includes MySql server))
Previous Message Michael A. Olson 2000-05-21 18:36:59 Re: Berkeley DB...