PG_TYPE v16

The PG_TYPE view provides information about data types.

In addition to the information in the PostgreSQL pg_type description, EDB Postgres Advanced Server provides the following information.

NameTypeDescription
typaccess"char"Specifies whether types contained in packages have PUBLIC or PRIVATE access. This field matters only when there's a packageId in typnamespace.
typattrstextType modifiers, such as FINAL or INSTANTIABLE.