I mentioned postgres table inheritance at the meeting tonight. It does 
appear that inherited tables are exposed by the database as a real 
table. This leads me to believe that Class::DBI will work properly on 
an inherited table.

There are some caveats with inheritance, but it doesn't appear that 
this affects how queries are handled.

>  A serious limitation of the inheritance feature is that indexes 
> (including unique constraints) and foreign key constraints only apply 
> to single tables, not to their inheritance children. This is true on 
> both the referencing and referenced sides of a foreign key constraint.

http://www.postgresql.org/docs/8.0/interactive/tutorial-inheritance.html
http://www.postgresql.org/docs/8.0/interactive/ddl-inherit.html

Drew

 
_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to