Indexes:
"pg_toast_2619_index" PRIMARY KEY, btree (chunk_id, chunk_seq)
-\dt pg_toast.pg_toast_2619
- List of relations
- Schema | Name | Type | Owner
-----------+---------------+-------------+----------
- pg_toast | pg_toast_2619 | TOAST table | postgres
-(1 row)
-
-\di pg_toast.pg_toast_2619_index
- List of relations
- Schema | Name | Type | Owner | Table
-----------+---------------------+-------+----------+---------------
- pg_toast | pg_toast_2619_index | index | postgres | pg_toast_2619
-(1 row)
-
-- check printing info about access methods
\dA
List of access methods
-- \d on toast table (use pg_statistic's toast table, which has a known name)
\d pg_toast.pg_toast_2619
-\dt pg_toast.pg_toast_2619
-\di pg_toast.pg_toast_2619_index
-- check printing info about access methods
\dA