Structsยง
- PgAttribute ๐The catalog
pg_attribute
stores information about table columns. There will be exactly onepg_attribute
row for every column in every table in the database. (There will also be attribute entries for indexes, and indeed all objects that havepg_class
entries.) Ref: [https://www.postgresql.org/docs/current/catalog-pg-attribute.html
]