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

No status in PostgreSQL

This commit is contained in:
Jakub Vrana
2010-08-03 17:15:45 +02:00
parent 0724febb7e
commit 62284e64cc

View File

@@ -528,6 +528,9 @@ AND typelem = 0"
return get_key_vals("SHOW ALL");
}
function show_status() {
}
function support($feature) {
return ereg('^(comment|view|scheme|sequence|trigger|type|variables|drop_col)$', $feature); //! routine|
}