vscode-postgres icon indicating copy to clipboard operation
vscode-postgres copied to clipboard

PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense

Results 115 vscode-postgres issues
Sort by recently updated
recently updated
newest added

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. ![Screenshot from 2021-08-06 11-26-23](https://user-images.githubusercontent.com/81274252/128442148-e8d598eb-260a-4331-8603-f8a1e4ac1640.png) ![Screenshot from 2021-08-06 11-39-04](https://user-images.githubusercontent.com/81274252/128442876-10f99e20-a078-4960-b55f-c7bcf83f1ded.png)

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...