
January 29th, 2012, 11:48 AM
|
|
Registered User
|
|
Join Date: Sep 2011
Posts: 10
Time spent in forums: 1 h 35 m 16 sec
Reputation Power: 0
|
|
System tables : pg_class,pg_attribute
hey all,
I have added an attribute to pg_class system table and that attribute is visible in pg_class when i run 'select * from pg_class' but it is not visible in pg_attribute.
Each & every attribute of every relation is entered in pg_attibute table. So all attributes of pg_class are visible in pg_attribute except the one i have entered.
Can anyone help me ?? Plz reply asap.
Regards,
Aditi
|