NutzCN Logo
问答 Nutz在更新PG数据的索引时,识别不了已经存在的索引
发布于 1602天前 作者 chkecopy 1159 次浏览 复制 上一个帖子 下一个帖子
标签:

org.postgresql.util.PSQLException: 错误: 语法错误 在 "from" 或附近的
位置:12
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2433)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2178)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:306)
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:155)
at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:118)
at com.leavay.common.util.db.ExtendPreparedStatement.executeQuery(ExtendPreparedStatement.java:64)
at org.nutz.dao.impl.jdbc.AbstractJdbcExpert.getIndexNames(AbstractJdbcExpert.java:496)
at org.nutz.dao.util.Daos$6.invoke(Daos.java:792)
at org.nutz.dao.impl.sql.run.NutDaoRunner.runCallback(NutDaoRunner.java:159)
at org.nutz.dao.impl.sql.run.NutDaoRunner._runWithoutTransaction(NutDaoRunner.java:126)
at org.nutz.dao.impl.sql.run.NutDaoRunner._run(NutDaoRunner.java:93)
at org.nutz.dao.impl.sql.run.NutDaoRunner.run(NutDaoRunner.java:82)
at org.nutz.dao.impl.DaoSupport.run(DaoSupport.java:240)
at org.nutz.dao.util.Daos.migration(Daos.java:749)
at org.nutz.dao.util.Daos.migration(Daos.java:735)

5 回复

尚未支持,欢迎提交pr

期待支持 , 今天我也碰到这事了 ...

晚点我提交个pr

添加回复
请先登陆
回到顶部