Book a Demo

Author Topic: PostgreSQL inheritance support  (Read 3570 times)

p_d_austin

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
PostgreSQL inheritance support
« on: February 10, 2006, 10:56:53 am »
PostgreSQL supports defining tables that inherit from other table definitions. In my model I am defining my << table >> class definitions and am using generalizations to the super types. When the model is generated however it does not add the inherits keyword to the CREATE TABLE definition.

Would it be possible to add support for generating SQL with inherit keywords? Or does it already exist as an option.

Cheers,
Paul