vscode-postgres
vscode-postgres copied to clipboard
PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense
Running queries from vscode againsta database that isn't using the default (utf-8) encoding causes errors when pulling records that have special characters in them. "invalid byte sequence for encoding: "UTF8":...
Hello, will there be a support for SERIAL data type soon?
My result set is a lot of columns, some of which have a lot of text in them. In this case the results view is not easy to read -...
I have a Function in plperl -- the syntax checker and highlighter is going crazy .. Not wanting to syntax check Perl within Postgres is ok -- but is there...
Not sure if this should be posted here but I'm having trouble with autoformatting "Postgres" files: If the language mode is set to `Postgres` then this extension works, but I...
Similar to how GitLens allows you to see it as views inside Source Control panel.
Ability to refresh results from within the result pane (because the query editor may be closed etc.). Either via hotkey, contextmenu, or button: 
I'm not sure if this is possible in vscode, but would be great if we could run query directly from selection from terminal:  Either via context-menu or via command...
Currently (1.1.16) there is no way of stopping a query (unless I'm mistaken). Queries which are ~~badly designed~~ roughly drafted and which run for a long time can be running...
First, love this extension, thanks for your hard work! Second, my vote for a future feature :) Some other tools have the ability to look at where the cursor is...