PostgreSQL: Display description of system variables

This commit is contained in:
Jakub Vrana
2025-03-18 16:00:21 +01:00
parent 8613f97948
commit 3fb6cac361
6 changed files with 29 additions and 21 deletions

View File

@@ -946,7 +946,7 @@ AND typelem = 0"
}
function show_variables() {
return get_key_vals("SHOW ALL");
return get_rows("SHOW ALL");
}
function process_list() {