Irina Truong

Results 126 comments of Irina Truong

@pasenor Is this still relevant, or not anymore (superseded by https://github.com/dbcli/cli_helpers/pull/74)?

This sounds like a nice feature to have. I like the idea of autocommit mode being displayed in the bottom status bar. We could also add a little indicator (like...

`\h` command was added in this PR in pgspecial: https://github.com/dbcli/pgspecial/pull/2

@amjith Why would you suggest already existing extensions in `CREATE EXTENSION`?

We have a very simple keyword match to determine if query may be "destructive": https://github.com/dbcli/mycli/blob/efa6b250fcf8a4b7a92c2c880636429536dd9dba/mycli/packages/parseutils.py#L206-L209 It's not very smart. It can definitely be made smarter.

@weirdan it was not display concerns, but performance concerns: https://github.com/dbcli/pgcli/issues/976 You have a good point with `\o` though, when you need to export data, truncation surely breaks things. If you...

@hemna This is not how you use `\G`. It's a modifier that turns on expanded results mode, and you append it directly after the query: Example without `\G`: ``` test>...

A couple of PRs, my foot! :) ![image](https://user-images.githubusercontent.com/637013/110996680-227a2b00-8331-11eb-95c5-e0326e1a899d.png) We miss you @darikg ! Stop by the dbcli Slack! I just re-sent an invite to your gmail.

@Herz3h I realize that this is not exactly the same, but are you aware that mycli has favorite queries? https://www.mycli.net/favorites They might be helpful for your use case.

See also [this PR](https://github.com/dbcli/pgcli/pull/379) that implements the feature in pgcli.