Board index » database » table-column relation

table-column relation

2003-09-13 09:46:43 AM
Hi,
does anybody know the internal pg_ tables that has
table/column definitions defined (similar to
user_tab_columns in oracle)
thanks,
Shankar
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
sitebuilder.yahoo.com
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
-
 

Re:table-column relation

Quote
does anybody know the internal pg_ tables that has table/column
definitions defined (similar to user_tab_columns in oracle)
pg_class for tables.
pg_attribute for columns.
regards,
bhuvaneswaran
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly
-