Re: [GENERAL] Multiple Inheritance

2001-05-03 Thread Tom Lane
"Oliver Elphick" <[EMAIL PROTECTED]> writes: > It's in the man page for create_table: >inherited_table > The optional INHERITS clause specifies a list of > table names from which this table automatically > inherits all fields. If any inher

Re: [GENERAL] Multiple Inheritance

2001-05-03 Thread Oliver Elphick
[EMAIL PROTECTED] wrote: > Hi everyone, > > I have found out that Postgres provides inheritance between tables. > > I wonder if 'multiple inheritance' can be implemented. I mean if >a child table may have more than one parent table. > And if this is possible what sql syntax does

[GENERAL] Multiple Inheritance

2001-05-03 Thread tankgirl
Hi everyone, I have found out that Postgres provides inheritance between tables. I wonder if 'multiple inheritance' can be implemented. I mean if a child table may have more than one parent table. And if this is possible what sql syntax does it follow. Thankyou in advance.