Обсуждение: MetaData

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

MetaData

От
Renaud Tthonnart
Дата:
Could someone give me some explaination about the metatable(s) of
PostgreSQL?
Where is it and is there to find in it?

Thank you very much
Renaud THONNART


MetaData

От
Dan Lyke
Дата:
Renaud Tthonnart writes:
> Could someone give me some explaination about the metatable(s) of
> PostgreSQL?
> Where is it and is there to find in it?

A good way is to start psql with "-E", it'll then show you the queries
it makes from the metatables when you do things like "\d table".

Dan