Irina Truong

Results 136 comments of Irina Truong

Thank you @oz123 , we'll be happy to accept your contribution.

Hi @rafsun42, We're already querying `pg_proc` to suggest function names: https://github.com/dbcli/pgcli/blob/9f114c4549c672c64cb5bb5b56f4fce725267fda/pgcli/pgexecute.py#L694 Then `pgcompleter` has some additional logic on top of that: https://github.com/dbcli/pgcli/blob/9f114c4549c672c64cb5bb5b56f4fce725267fda/pgcli/pgcompleter.py#L721 It could be `and not f.is_extension` that trips...

`pgcli` does not have the feature. I imagine it would not be difficult to port from `mycli`, if you have the bandwidth. Here is the mycli PR adding the feature:...

Thanks @user-name-is-taken. It's been a while since we updated Debian binaries, tbh.

@Lendemor > If you want to execute logic when the page open, attach this to the on_load trigger when adding the page. Genius. This worked. Thank you! I didn't discover...