vscode-pgsql
vscode-pgsql copied to clipboard
Visual Studio Code extension for Postgres
I have psql in my path, /usr/local/bin and I have installed pgsql and I have setup a postgresql connection; however, my connection is a bit unique in that we pass...
I think I failed in the 1st step :( “Setup psql is in the OS executable path” however, I tried some ways but they didn't work. After press /ctrl +...
For a large SQL file, this quickly becomes extremely difficult to use. Is there any configuration option which will run this extension in a quieter (-q) mode instead of the...
When typing double dollar sign, the extension forces another pair of `$$` and this cannot be disabled and doesn't honor the `editor.autoClosingBrackets`configuration. Please either add an option to disable it,...
How can I cancel a running query?
Long query results are returning with additional line breaks that where not present in psql output. For example next query must return continuos sequence of 'A', but extension returns it...