postgres11.2版本客户端打开column "p.prolang"问题处理

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postgres11.2版本客户端打开column "p.prolang"问题处理相关的知识,希望对你有一定的参考价值。

postgres升级到到11版本后,客户端打开会提示
ERROR:column p.proisagg does not exist
LINE 1:...database d on d.datname=current_database() where p.proisagg..
HINT: Perhaps you meant to reference the column "p.prolang"
无法打开函数功能,如下图

技术图片

是数据库服务版本高,客户端版本低引起的,通过下载最新pgadmin4-4.6 问题解决
技术图片

以上是关于postgres11.2版本客户端打开column "p.prolang"问题处理的主要内容,如果未能解决你的问题,请参考以下文章

postgres安装

如何使用 knex 和 postgres 避免错误 42702 (AMBIGUOUS COLUMN)

Postgres绿色版本安装 windows

Postgres 术语:客户端与连接

使用 Spring Data 的 postgres 中的时间戳出错:列 $COLUMN_NAME 是没有时区的时间戳类型,但表达式是 bytea 类型

Postgres SQL 触发器在 TableB 上插入或更新后使用新值更新 TableA.column