[#2913] Improve code generator compatibility with PostgreSQL 8.x by removing the selection of INFORMATION_SCHEMA.COLUMNS.IDENTITY_GENERATION
This commit is contained in:
parent
5bf82f88a7
commit
6cf5fd1999
@ -76,7 +76,6 @@ public class PostgresTableDefinition extends AbstractTableDefinition {
|
||||
COLUMNS.NUMERIC_PRECISION,
|
||||
COLUMNS.NUMERIC_SCALE,
|
||||
COLUMNS.IS_NULLABLE,
|
||||
COLUMNS.IDENTITY_GENERATION,
|
||||
COLUMNS.COLUMN_DEFAULT.nvl(""),
|
||||
COLUMNS.UDT_NAME)
|
||||
.from(COLUMNS)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user