The Postgres documentation CREATE TABLE says for GENERATED BY DEFAULT AS IDENTITY (sequence_options) that:
The optional sequence_options clause can be used to override the options of the sequence. See CREATE SEQUENCE for details.
The documentation CREATE SEQUENCE no longer calls them as options but parameters. Anyway, the name is also listed as a parameter. The examples are rather taciturn. Is it possible to override the name of the sequence that will be created for an identity column?