postgresql 无法识别的配置参数“bytea_output” pgAdmin 4

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/40212212/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 06:19:37  来源:igfitidea点击:

Unrecognized Config Parameter "bytea_output" pgAdmin 4

postgresqlpgadmin-4

提问by kya

I'm trying to connect pgAdmin Version 4 to an existing Postgres instance. Previously I was using pgAdmin 3 and it was working fine. I'm not sure what I might be doing wrong. I have the following configurations:

我正在尝试将 pgAdmin 版本 4 连接到现有的 Postgres 实例。以前我使用 pgAdmin 3 并且它工作正常。我不确定我可能做错了什么。我有以下配置:

enter image description here

在此处输入图片说明

Not sure what I could be missing.

不知道我可能会错过什么。

I get the error below:

我收到以下错误:

Unable to connect to server:

ERROR: unrecognized configuration parameter "bytea_output"

无法连接到服务器:

错误:无法识别的配置参数“bytea_output”

回答by Laurenz Albe

PostgreSQL 9.0 and earlier are not supported by pgAdmin 4.

pgAdmin 4 不支持 PostgreSQL 9.0 及更早版本。

Unfortunately that is not documented yet, but you can find it in thisand thisbug report (requires a PostgreSQL community account):

不幸的是,这还没有记录,但是您可以在这个这个错误报告中找到它(需要一个 PostgreSQL 社区帐户):

Sorry, we're only building support for 9.1 and later (the currently supported releases). pgAdmin 3 can still be used with earlier versions.

抱歉,我们只支持 9.1 及更高版本(当前支持的版本)。pgAdmin 3 仍然可以与早期版本一起使用。

回答by Murtuza Z

pgAdmin4 supports Postgres9.2 & above version.

pgAdmin4 支持 Postgres9.2 及以上版本。