<div dir="ltr"><div>Package: phppgadmin<br>Version: 5.1+ds-2<br>Branch: buster (testing)<br><br>Hi,<br><br>There is a connection problem with postgreslq 10 on buster.<br><br></div>run application on <a href="http://localhost/phppgadmin/">http://localhost/phppgadmin/</a><br>Add my credentials, but the applicaction show the next error:<br><br><b>Version of PostgreSQL not supported. Please upgrade to version  or later.</b><div><br></div><div>To fix, I follow the next link <br></div><div>






<p>
<a href="https://stackoverflow.com/questions/46794672/installing-phppgadmin-5-1-on-ubuntu-16-04-with-postgresql-10-not-supported" title="https://stackoverflow.com/questions/46794672/installing-phppgadmin-5-1-on-ubuntu-16-04-with-postgresql-10-not-supported" class="gmail-https">https://stackoverflow.com/questions/46794672/installing-phppgadmin-5-1-on-ubuntu-16-04-with-postgresql-10-not-supported</a>
</p>



<br></div><div>I change the file:<br><br>






<p>
<b><a title="/usr/share/phppgadmin/classes/database/Connection.php" class="gmail-file">/usr/share/phppgadmin/classes/database/Connection.php</a></b>
</p>



<br>






<p>
</p>// Detect version and choose appropriate database driver<br>switch (substr($version,0,3)) {<br>        <b>case '10.': // add this line to fix partialy the problem</b><br>        case '9.2': return 'Postgres'; break;<br>        case '9.1': return 'Postgres91'; break;<br>        case '9.0': return 'Postgres90'; break;<br>        case '8.4': return 'Postgres84'; break;<br>        case '8.3': return 'Postgres83'; break;<br>        case '8.2': return 'Postgres82'; break;<br>        case '8.1': return 'Postgres81'; break;<br>        case '8.0':<br>        case '7.5': return 'Postgres80'; break;<br>        case '7.4': return 'Postgres74'; break;<br>}</div><div><br></div><div>Pleace, can you fix the problem in the package?<br></div><div>Thanks a lot.<br><br><br></div><div><div><div class="gmail_signature">Ing. Yadickson Soto<br>+56 9 9668 8798<br>Usuario Linux #497718</div></div>
</div></div>