It indicates that pgstattuple supports relations, toast tables, materialized views, and sequences. However, when I executed a query with a sequence, I encountered the following error:
postgres=> CREATE SEQUENCE serial START 101; CREATE SEQUENCE postgres=> SELECT * FROM pgstattuple('serial'); ERROR: only heap AM is supported postgres=>