This is a discussion on Inheritance : terminology.... within the pgsql Novice forums, part of the PostgreSQL category; --> Hi there, I defined table A with some fields. Then Table b and c with create table b ( ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi there, I defined table A with some fields. Then Table b and c with create table b ( ) inherits (a); create table c ( ) inherits (a); Given that b and c are defined with 'inherits (a)', why does PGAdminIII (1.4.0, Nov 5 2005) show a with 0 inherited tables, and both b and c show 'a' as 'inherited'. Shouldn't this be the OTHER way around? (everyhing else works as it should btw) Confused, Beto ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |