Thread: Structure of Data Information

Structure of Data Information

From
Rainer
Date:
I started working on some kind of "Enterprise Manager" for PGSql, so I
can more easily manage my databases, tables, convert tables, etc.
My problem is, that I haven't found any thorough documentation of the
internal pg_* tables. I've figured out the pg_types along with the
pg_attributes (somehow) enough to get a picture of the respective
tables, together with their types, but there are still fields that leave
me wondering.
Is there some documentation I missed or is there none?

Rainer