vscode-postgres
vscode-postgres copied to clipboard
PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense
I usually run the query by clicking on the table without selecting the default database. When don't select a default database, I get "Run Query" command in the context menu...
I would like this extension can show run time next to total row of each queries after it is executed completely. 
Allow a options to identify the extension of files and treat those as postgre files to allow run queries using shortcuts this is specilly usefull because there's alot of other...
When working with complex queries, I am sometimes not sure whether my query was accepted and is running now, or whether I did not press F5 correctly or missed a...
Inspecting the results of an `array_agg` query, the displayed rows are very wide and do not wrap automatically. Would it be possible to join the array items by `, `...
It would be nice if I could resize column widths by dragging.
I have a database with many long texts. However, the extension always truncates them so I can only read the first line. An option would be great to disable truncation....
Hi, I maintain VS Code's Webview API ## Issue Our telemetry suggests that your extension uses webviews and may be loading resources in these webviews using hardcoded `vscode-resource:` URIs. These...
I'm attempting to connect with my cluster which is hosted on a docker container and I get the following error. ``` no pg_hba.conf entry for host "xxx.xx.x.x", user "postgres", database...
It would be nice if as well as xml, json and csv there was an option to export as tab delimited. This makes it slightly easier to copy/paste the output...