Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unrecognized Config Parameter "bytea_output" pgAdmin 4

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:

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"

like image 889
kya Avatar asked Oct 24 '16 06:10

kya


2 Answers

PostgreSQL 9.0 and earlier are not supported by pgAdmin 4.

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

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

like image 57
Laurenz Albe Avatar answered Oct 19 '22 04:10

Laurenz Albe


pgAdmin4 supports Postgres9.2 & above version.

like image 32
Murtuza Z Avatar answered Oct 19 '22 04:10

Murtuza Z