vscode-postgres
vscode-postgres copied to clipboard
PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense
Hi, thanks for this extension ! If I understood it well, it can check the syntax using EXPLAIN, but it executes it for every statement instead of only the following:...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

> [Error - 15:26:34] Request textDocument/completion failed. Message: Request textDocument/completion failed with message: Cannot read property 'attname' of null Code: -32603
When the new connection/plus button on the tool is clicked all I get is this error: command 'vscode-postgres.addConnection' not found. What is causing this error? How should I go about...
Currently all partitions are shown as separate tables. Would be great if we could see them as a tree under the parent table. The tree of a table could be:...
I'm trying to run queries on vscode. However, in other software I can change the search path or the schema to facilitate the queries. so instead of putting: select *...
Due to validation works by sending an EXPLAIN query to the database, it means that on every key press, it would query the database. But due to the use case,...
Currently, with the extension installed, the status bar **always** shows the option to [ Select Postgres Server ], even when I’m editing a Python file, or an XML one. When...
Currently this extension gets activated everytime, even when opening a plain text file. This results in unnecessary resource usage on end user machines. Orignally filed here https://github.com/microsoft/vscode/issues/138481 Please could you...