This feature is being implemented for version 2.0: https://sourceforge.net/apps/trac/jooq/ticket/718
The actual sequence type from INFORMATION_SCHEMA.SEQUENCES is considered in Postgres (as well as in other databases). This will allow to have TINYINT, SMALLINT, INT, BIGINT, DECIMAL sequences. jOOQ classes are generated accordingly. Cheers Lukas
