kndndrj / nvim-dbee

Interactive database client for neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some postgresql statements don't have output

willruggiano opened this issue · comments

For example;

DELETE FROM <table>;

doesn't show anything in the result buffer;

  │ Rows Affected 
──┼───────────────

but the same statement in psql does;

dev=# DELETE FROM <table>;
DELETE <N>