mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 17:53:59 +00:00
feat: server summary for postgres
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module.exports = `
|
||||
SELECT "name" AS "variable", "setting" AS "value"
|
||||
FROM "pg_settings"
|
||||
ORDER BY "name"
|
||||
`;
|
||||
Reference in New Issue
Block a user