Unix Technical Forum

Inheritance : terminology....

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 ( ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Novice

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 09:23 PM
Norberto Meijome
 
Posts: n/a
Default Inheritance : terminology....

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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:29 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com