After logging into the local PostgreSQLl server on openSuSE LEAP-15 - I get the following error:
Your PostgreSQL version is not supported. Please change your database to version or a newer version.
phpPgAdmin version is 5.1 (PHP 7.2.5)
PostgreSQL is:
postgres=# SELECT version();
PostgreSQL 10.3 on x86_64-suse-linux-gnu, compiled by gcc (SUSE Linux) 7.3.1 20180323 [gcc-7-branch revision 258812], 64-bit
I don't think there is actually a newer version :)
This project seems to be abandoned by the original developers.
I updated phpPgAdmin to work with newer PostgreSQL/PHP versions here:
https://github.com/ReimuHakurei/phppgadmin
Alex, yes. It works on pgsql 10.4. Thanks for your great work!
It has been corrected by the PostgreSQL Team in their own repository. Please visit there and install their repository.
https://www.postgresql.org/download/
I was unable to find a version at the above repository.