Can the extension use instead of pg_catalog.varchar (255), use varchar (255)
Ash1973S suggests that when selecting field data types, the system should not fully qualify type names with 'pg_catalog'. They propose using 'varchar (255)' instead of 'pg_catalog.varchar (255)' for simplicity and clarity in SQL table creation.