Module pg_attribute

Source

Structsยง

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

Staticsยง

_LINKME_ELEMENT_pg_catalog_pg_attribute ๐Ÿ”’

Functionsยง

pg_catalog_pg_attribute ๐Ÿ”’