vscode-postgres
vscode-postgres copied to clipboard
PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense
When you open a new file and hit 'F5' without choosing a connection first, I think it would be more useful to display the `Select Connection` dialog instead of or...
It would be great if it were possible to display the context of the error message. For instance, when importing data files if the file has a formatting error, the...
Is there a way to set command timeout as part of the connection settings? This will help prevent a query from running forever in the background.
I added this function to help with a handful of `.sql` files in my repo. However, now whenever I highlight *anything* the top option in the context menu is `Run...