Re: [HACKERS] Table inheritance versus views

2002-08-04 Thread Curt Sampson
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 (wingcount

Re: [HACKERS] Table inheritance versus views

2002-08-03 Thread Hannu Krosing
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 times here,

Re: [HACKERS] Table inheritance versus views

2002-08-03 Thread Don Baccus
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 times here, and

[HACKERS] Table inheritance versus views

2002-08-02 Thread cbbrowne
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 anything.