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:
@@ -173,6 +173,10 @@ if (isset($_GET["pgsql"])) {
|
||||
return true;
|
||||
}
|
||||
|
||||
function warnings() {
|
||||
return h(pg_last_notice($this->_conn->_link));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user