Discussion:
Meta data information on tables
(too old to reply)
jkells
2012-01-20 20:22:20 UTC
Permalink
I am running PostgreSQL 8.4.7 (64 bit) on a Ubuntu 10.10 64 bit system.
I am trying to generate a report listing all our tables, their column
attributes (type, constraints etc.) and comments (if any) for each of
them. I'm having a hard time finding this in the catalog areas. I can
find some of this information but cant seem to tie them all together. Can
anyone help with advise or queries? Thanks
Kevin Grittner
2012-01-20 21:34:46 UTC
Permalink
Post by jkells
I am running PostgreSQL 8.4.7 (64 bit) on a Ubuntu 10.10 64 bit
system. I am trying to generate a report listing all our tables,
their column attributes (type, constraints etc.) and comments (if
any) for each of them. I'm having a hard time finding this in the
catalog areas. I can find some of this information but cant seem
to tie them all together. Can anyone help with advise or queries?
Thanks
Try running psql with the -E option, and run \d on a few tables.
psql will show all the queries used to generate its reports, which
should arm you with enough information to write what you want.

-Kevin
--
Sent via pgsql-admin mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Loading...