PG_ATTRIBUTE v18
The PG_ATTRIBUTE view provides information about table columns. There's one PG_ATTRIBUTE row for every column in every table in the database.
In addition to the information in the PostgreSQL pg_attribute description, EDB Postgres Advanced Server provides the following information.
| Name | Type | Description |
|---|---|---|
| attishidden | Boolean | Column included in SELECT * expansion |