As of PostgreSQL 10.0 the column `INFORMATION_SCHEMA.COLUMNS.IS_IDENTITY` can be used to determine whether a column represents a table's identity column or not. This is now used by jOOQ's code generator and for older releases it will continue to check wheter the default value (i.e. using `INFORMATION_SCHEMA.COLUMNS.COLUMN_DEFAULT`) starts with `NEXTVAL`. |
||
|---|---|---|
| .. | ||
| src/main | ||
| .gitignore | ||
| LICENSE.txt | ||
| NOTICE.txt | ||
| pom.xml | ||