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

Search path / Schema #155 Don't seem to be working yet, but I think it should. Can someone give some debug/devel pointers? I've executed `Extension` launch config and was able...

I am not able to click enter to get past the optional parameter which is step 6 of the 7 step connection process.

VSCode 1.81.1 PostgreSQL v1.4.3 MacBook Pro M1 macOS 13.5.1 (22G90) 1. Right-click table --> Run Select Top 1000 2. Search for text in result window (cmd +f, 'some text', return)...

Hello! I have a server connection configured that is set to "Show all databases", with the `ssl` property set to `true`. - When I try to expand into one of...

Developers these days use multiple machines. VScode can sync settings across machines, but the extension does not store the connections in a setting but rather the global context. entries in...

I cannot connect to `localhost` of the container, what I'm missing ? ![image](https://github.com/Borvik/vscode-postgres/assets/47092464/3a40f563-4569-40dd-9e23-2c306630e81f) I did all possible hostname including the private IP Address but to no avail, what is the...

Unable to parse decrypted password pops out after entering correct hostname, username, and password trying to connect to postgresql database

Currently `Database::runQuery` creates a new connection to the database every single time. This means you are starting a fresh session every time you run something which means that you can't...

I am using ubuntu 20.04 when I make a query to the database it returns a simple format ![image](https://github.com/Borvik/vscode-postgres/assets/84754154/5a349afa-202b-4107-86f8-b2a1d3dcee78)

Example: ```sql set intervalstyle = 'sql_standard'; ``` ![image](https://github.com/Borvik/vscode-postgres/assets/5060170/7b2727fa-fff9-421b-ac93-323f68686804) AFAIK, that's perfectly valid PostgreSQL.