mirror of
https://github.com/vrana/adminer.git
synced 2026-06-16 15:01:36 +02:00
PostgreSQL: Display description of system variables
This commit is contained in:
@@ -946,7 +946,7 @@ AND typelem = 0"
|
||||
}
|
||||
|
||||
function show_variables() {
|
||||
return get_key_vals("SHOW ALL");
|
||||
return get_rows("SHOW ALL");
|
||||
}
|
||||
|
||||
function process_list() {
|
||||
|
||||
Reference in New Issue
Block a user