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

Hello, I find this extension very useful. However, I need in very rare cases to access to production databases and I do not want to store such sensitive passwords in...

It would be nice to be able to connect to postgres database by using unix domain socket. Thanks

Is it possible to save connection settings inside "settings"? or can it be added? My use case is a local database set up in a devcontainer. I would like to...

I created a temp table and it ran successfully, but when I try to query from the temp table it throws an error "relation TEMP_TABLE_NAME does not exist"

v1.4.0 vscode 1.74.0 ~ 1.74.1 windows 11 22621.900 Hello, Weird problem here. When i used the saved file to run a query it return error say ERROR: no pg_hba.conf entry...

It would be great if the list of databases was ordered, especially when selecting the current database. Currently, it appears somewhat random (possibly using db-order now). I suggest defaulting to...

Would be very useful to have an ability to define what is the default connection / database for a given file. I have a lot of SQL files some of...

Currently I'm unable to easily select just the results. In firefox I would be able to select a single column in a table (ctrl selection). As this is not possible...

I'm having issues with this extension after upgrading from postrges 14 to 15 (homebrew). I can connect to the host, but when attempting to run a query, I get ```...

Hi 👋 It'd be really cool if you could specify a db to automatically connect to. My company has this extension installed by default on our github codespaces dev container....