On 3 Aug 2002, Hannu Krosing wrote:
> hannu=# create table animal (name text, legcount int);
> CREATE
> hannu=# insert into animal values('pig',4);
> INSERT 34183 1
> hannu=# select * from animal;
> name | legcount
> --+--
> pig |4
> (1 row)
>
> hannu=# create table bird (w
> On Fri, 2002-08-02 at 22:39, [EMAIL PROTECTED] wrote:
>
>>On 29 Jul 2002 18:27:40 MDT, the world broke into rejoicing as
>>Stephen Deasey <[EMAIL PROTECTED]> said:
>>
>>>Curt Sampson wrote:
>>>
I'm still waiting to find out just what advantage table inheritance
offers. I've asked a co
On Fri, 2002-08-02 at 22:39, [EMAIL PROTECTED] wrote:
> On 29 Jul 2002 18:27:40 MDT, the world broke into rejoicing as
> Stephen Deasey <[EMAIL PROTECTED]> said:
> > Curt Sampson wrote:
> >> I'm still waiting to find out just what advantage table inheritance
> >> offers. I've asked a couple of ti
On 29 Jul 2002 18:27:40 MDT, the world broke into rejoicing as
Stephen Deasey <[EMAIL PROTECTED]> said:
> Curt Sampson wrote:
>> I'm still waiting to find out just what advantage table inheritance
>> offers. I've asked a couple of times here, and nobody has even
>> started to come up with anythin