mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-22 10:10:50 +00:00
Make phpPgAdmin work with PgSQL 15
This commit is contained in:
parent
b00b1e77b9
commit
5cce2a8a89
@ -76,6 +76,7 @@ class Connection {
|
|||||||
|
|
||||||
// Detect version and choose appropriate database driver
|
// Detect version and choose appropriate database driver
|
||||||
switch (substr($version,0,2)) {
|
switch (substr($version,0,2)) {
|
||||||
|
case '15': return 'Postgres';break;
|
||||||
case '14': return 'Postgres';break;
|
case '14': return 'Postgres';break;
|
||||||
case '13': return 'Postgres13';break;
|
case '13': return 'Postgres13';break;
|
||||||
case '12': return 'Postgres12';break;
|
case '12': return 'Postgres12';break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user