Using inheritance in PostgreSQL
        Posted  
        
            by Anton Prokofiev
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Anton Prokofiev
        
        
        
        Published on 2010-05-13T20:45:05Z
        Indexed on 
            2010/05/15
            17:34 UTC
        
        
        Read the original article
        Hit count: 326
        
postgresql
|inheritance
Hello, All! Is somebody have an experience using inheritance in PostgreSQL?
Is it worth to use it, or better to keep hands of :)? In which situation you would use it?
To be true I'm a little bit in doubt about mixing relational and OO models...
© Stack Overflow or respective owner