简体   繁体   English

postgres创建数据库;列'dataconfig'不存在

[英]postgres create database; column 'dataconfig' does not exist

I've just installed PgAdmin 8.4 on an OSX Lion 10.7.3 pc with Postgres 9.1 installed. 我刚刚在安装了Postgres 9.1的OSX Lion 10.7.3 pc上安装了PgAdmin 8.4。 When I try to add a database, I get an error message: "Error: column 'dataconfig' does not exist" Does it mean a mismatch between client and server versions? 当我尝试添加数据库时,收到一条错误消息:“错误:列'dataconfig'不存在”是否表示客户端和服务器版本不匹配? I couldn't find a later PgAdmin version. 我找不到以后的PgAdmin版本。

If you mean the pgAdmin version that is bundled with some versions of postgresql 8.4 then that version is to old. 如果你的意思是与某些版本的postgresql 8.4捆绑在一起的pgAdmin版本,那么该版本将是旧版本。 It is inspecting the system catalogs to figure out the database lay-out but it doesn't support the 9.1 version of the system catalogue. 它正在检查系统目录以确定数据库布局,但它不支持9.1版本的系统目录。 If you used the one click installer you can use the bundled pgadmin. 如果您使用了单击安装程序,则可以使用捆绑的pgadmin。 You can find it in Applications/PostgreSQL 9.1/pgAdmin III.app 您可以在Applications / PostgreSQL 9.1 / pgAdmin III.app中找到它

Otherwise download the latest from here 否则从这里下载最新版本

Try pgadmin3-1.16.1 - it works. 尝试pgadmin3-1.16.1 - 它的工作原理。 I've tried with many other versions (for example pgadmin3-1.8.3 and pgadmin3-1.16.0), but without success. 我已尝试过许多其他版本(例如pgadmin3-1.8.3和pgadmin3-1.16.0),但没有成功。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM