Skip to content

Commit

Permalink
chore: remove unused table helper
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Jan 24, 2024
1 parent 7273bc2 commit 63f2f97
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugins/dbee.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<C-c>", mode = "" },
Expand Down

0 comments on commit 63f2f97

Please sign in to comment.