feat: server summary for postgres

This commit is contained in:
Pavel
2025-08-14 21:33:33 +02:00
parent 90546ad4a7
commit 25fe1d03a7
6 changed files with 94 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
module.exports = `
SELECT "name" AS "variable", "setting" AS "value"
FROM "pg_settings"
ORDER BY "name"
`;