On Thu, Sep 24, 2009 at 06:28:28PM +0200, InterRob wrote: > Dear List, > I am trying to implement the following: > > In a database I wish to implement a GENERIC datamodel, thus on a > meta-level. That's not a very bright idea, even though it seems so when you first think of it. Relational database management explicitly trades flexibility for size and speed. You won't be able to constrain the things you think you'll be constraining, and the query complexity will go up like O(n!). Instead of going down this dead-end road, get the stakeholders together, try a few prototypes of your schema, get them together again, etc. Cheers, David. -- David Fetter <david@xxxxxxxxxx> http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fetter@xxxxxxxxx Remember to vote! Consider donating to Postgres: http://www.postgresql.org/about/donate -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general