Обсуждение: table-column relation

Поиск
Список
Период
Сортировка

table-column relation

От
Shankar K
Дата:
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
http://sitebuilder.yahoo.com

Re: table-column relation

От
"A.Bhuvaneswaran"
Дата:
> 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