1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 09:04:02 +02:00

PostgreSQL: Display warnings

This commit is contained in:
Jakub Vrana
2018-02-01 11:50:15 +01:00
parent e9add6d985
commit ebb23a7a88
2 changed files with 5 additions and 1 deletions

View File

@@ -173,6 +173,10 @@ if (isset($_GET["pgsql"])) {
return true;
}
function warnings() {
return h(pg_last_notice($this->_conn->_link));
}
}

View File

@@ -4,7 +4,7 @@ PHP <5.3 compatibility even with Elasticsearch enabled
Fully support functions in default values
Stop redirecting links via adminer.org
Support X-Forwarded-Prefix
MySQL: Display warnings
MySQL, PostgreSQL: Display warnings
MariaDB: Support JSON since MariaDB 10.2
PostgreSQL: Support functions
PostgreSQL: Allow editing views with uppercase letters (bug #467)