mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02:00
No status in PostgreSQL
This commit is contained in:
@@ -528,6 +528,9 @@ AND typelem = 0"
|
|||||||
return get_key_vals("SHOW ALL");
|
return get_key_vals("SHOW ALL");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function show_status() {
|
||||||
|
}
|
||||||
|
|
||||||
function support($feature) {
|
function support($feature) {
|
||||||
return ereg('^(comment|view|scheme|sequence|trigger|type|variables|drop_col)$', $feature); //! routine|
|
return ereg('^(comment|view|scheme|sequence|trigger|type|variables|drop_col)$', $feature); //! routine|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user