From 63f2f97dac77d62b5c1164a6c4210931e96cf415 Mon Sep 17 00:00:00 2001 From: Will Ruggiano Date: Tue, 23 Jan 2024 22:57:53 -0700 Subject: [PATCH] chore: remove unused table helper --- plugins/dbee.lua | 6 ------ 1 file changed, 6 deletions(-) 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 = "" },