postgres11.2版本客户端打开column "p.prolang"问题处理
时间:2019-05-15 17:35:44
收藏:0
阅读:1963
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"
无法打开函数功能,如下图
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 问题解决
原文:https://blog.51cto.com/372550/2395089
评论(0)