"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
[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
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.