zdeh98
03-21-02, 23:55
| Can inheritance be a substitute to creating views in postgresql? ... I am quite confused with how inheritance works. Thanks for the help! :) |
View Full Version : Inheritance
| Can inheritance be a substitute to creating views in postgresql? ... I am quite confused with how inheritance works. Thanks for the help! :) |
| Postgres developers took long time to admit that them inheritance wasn't working and also wasn't SQL99 !!! :confused: A lot's of bug are relatives of the inheritance programming way. in the new version 7.2.1 should fix those bugs (apparently for the inheritance it"s sure; but I havaen't test it for the REFERENCES) what a pity !!! A soo beautiful database in Open Source but little bug! Hope next version will be OK :) |