Chris

Results 84 comments of Chris

I'll have to investigate cancelling of queries using the `pg` package. A little hesitant as when running a query - whether via the whole file, or just the selected query...

You understood it close enough. I've _used_ pgadmin, but very limited (I came from MSSQL, and the management studio was sooo much nicer - and then decided I want the...

this extension does not currently supported user entered parameterized queries

Well, as far as I know stored procs aren't available in postgres yet, except maybe in beta. Functions are kinda supported, as they should be showing up in intellisense, though...

Do you have an easy way I can reproduce this. (maybe a sample sql script I can run to setup and see the example)?

Perhaps a script with a CREATE DATABASE followed by a CREATE TABLE directive with single column, followed by a single INSERT with some of the offending characters.

Thanks. I can repro with that now to figure out how best to handle it.

Are you using something like Heroku, or Amazon RedShift? Also what is the extension version and your vscode version?

While your user may have permission to the tables you want to see (as evidenced by `\ld`) - your user _may_ not have access to the tables the plugin is...

Interesting... The only places in code completion where `attname` is accessed as a property is within `Array.prototype.forEach` loops specifically the looping of columns on a table. The fact that it's...