risingwave_frontend::catalog::system_catalog::pg_catalog

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ยง

Functionsยง