Thread: MetaData

MetaData

From
Renaud Tthonnart
Date:
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

From
Dan Lyke
Date:
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