-
Notifications
You must be signed in to change notification settings - Fork 936
Closed
Labels
Affected-6.0.0Issues that get reported against 5.12.0 will get this labelIssues that get reported against 5.12.0 will get this labelPriority/HighestQA-ReportedIssues reported by a QAIssues reported by a QASeverity/CriticalType/Bug
Milestone
Description
How to reproduce:
- Configure postgres latest version (14.1) with a docker image
- Create a database and exectute the db postgres db scripts agaianst postgres 14.1
- When execute /dbscripts/bps/bpel/create/postgresql.sql script getting below errors
Note
Didnt observe this issue against postres 11.5 . Got this against postgres latest version (14.1)

SQL Error [42704]: ERROR: type "abstime" does not exist
Position: 131
ERROR: type "abstime" does not exist
Position: 131
ERROR: type "abstime" does not exist
Position: 131
2022-01-12 12:16:16.314 - org.jkiss.dbeaver.model.sql.DBSQLException: SQL Error [42704]: ERROR: type "abstime" does not exist
Position: 131
at org.jkiss.dbeaver.model.impl.jdbc.exec.JDBCStatementImpl.executeStatement(JDBCStatementImpl.java:133)
at org.jkiss.dbeaver.ui.editors.sql.execute.SQLQueryJob.executeStatement(SQLQueryJob.java:513)
at org.jkiss.dbeaver.ui.editors.sql.execute.SQLQueryJob.lambda$0(SQLQueryJob.java:444)
at org.jkiss.dbeaver.model.exec.DBExecUtils.tryExecuteRecover(DBExecUtils.java:171)
at org.jkiss.dbeaver.ui.editors.sql.execute.SQLQueryJob.executeSingleQuery(SQLQueryJob.java:431)
at org.jkiss.dbeaver.ui.editors.sql.execute.SQLQueryJob.run(SQLQueryJob.java:220)
at org.jkiss.dbeaver.model.runtime.AbstractJob.run(AbstractJob.java:105)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: org.postgresql.util.PSQLException: ERROR: type "abstime" does not exist
Position: 131
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2553)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2285)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:323)
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:481)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:401)
at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:322)
at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:308)
at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:284)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:279)
at org.jkiss.dbeaver.model.impl.jdbc.exec.JDBCStatementImpl.execute(JDBCStatementImpl.java:330)
at org.jkiss.dbeaver.model.impl.jdbc.exec.JDBCStatementImpl.executeStatement(JDBCStatementImpl.java:130)
... 7 more
Related #10414
Environment
5.12.0 alpha 9
postgres version (14.1 (Debian 14.1-1.pgdg110+1))
Metadata
Metadata
Assignees
Labels
Affected-6.0.0Issues that get reported against 5.12.0 will get this labelIssues that get reported against 5.12.0 will get this labelPriority/HighestQA-ReportedIssues reported by a QAIssues reported by a QASeverity/CriticalType/Bug