diff --git a/plugins/dbee.lua b/plugins/dbee.lua index e2cfdf8..6e16328 100644 --- a/plugins/dbee.lua +++ b/plugins/dbee.lua @@ -13,12 +13,6 @@ return function() }, }, }, - extra_helpers = { - postgres = { - -- Not really table-specific, see https://github.com/kndndrj/nvim-dbee/issues/66 - ["Active Queries"] = "SELECT pid, usename, age(clock_timestamp(), query_start) AS started_at, query FROM pg_stat_activity WHERE state = 'active' AND query NOT ILIKE '%pg_stat_activity%' ORDER BY query_start DESC;", - }, - }, result = { mappings = { { action = "cancel_call", key = "", mode = "" },