vscode-postgres
vscode-postgres copied to clipboard
PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense
What I mean by that is to make the view remember it last size and position, instead of restoring to defaults after every query.
I can't query my database anymore. It seems to lose connection all the time. I don't even get the 'Run query' command anymore. Seems to be an issue with new...
Hello there. First, thank you so much to the vscode-postgres team for such a wonderful extension, is really useful. One of the features I found most productive is the ability...
If result text column is too long, it will show like "xxxxxx....". Even if I only query one cell. But how can I expand it to show full text?
Can't seem to progress past this point, though a private key file is required.  
Hello I'm only able to see the following - not tables. I've tried refreshing, and re-opening vscode. But these havent helped. When I use `psql` and `\ld` I can see...
It would be nice if version 1.1.18 were published to https://open-vsx.org/extension/ckolkman/vscode-postgres. Background: I'm using VSCode builds from https://vscodium.com/ and they make use of the Open VSX Registry by default. As...
Reproduction Steps --------------------- 1. Create a table with a "timestamp without time zone" column 2. `insert into test_times(timestamp_without_tz) values(timestamp '2019-08-01 19:51:12.834983') ` 3. Select table contents using vscode Expected Results...
I want to connect to my postgesql database with ssl mode, i have a .crt file and .key file, but i don't konw how to put these two files in...
Far as I can tell, I would have to update each of my dev machines with the connections to use this plugin. Instead is it possible to store all the...