Dickson S. Guedes
Dickson S. Guedes
Please do it and send a pull request, :+1:
I suppose this should be rebased again.
Poke me when done. Thanks!
It seems to be something on MacOS, which I don't have an access now to test. I suspect that sed isn't parsing versions.xml as expected :( 2018-04-19 18:01 GMT-03:00 Lubomir...
@fike, since you have implemented this in `install` action what about implement in use too? :D
Maybe 5960995763f2486ec796b58281e70f3ecbde8f8f fixed this? I accepted that PR.
Thanks all for testing. Bumped, tagged and pushed! Hope this work for you now. :blue_heart:
:~( it seems that only works for Python 3 or above, I'll check.
Now it prints pool's users: ``` ➤ cargo run -- .circleci/pgcat.toml config pools list 2023-08-15T00:17:46.243804Z INFO pgcat: Welcome to PgCat! Meow. (Version 1.1.2-dev) 🌀 Pools list ┌────────────┬─────────────┬─────────────────────┬──────────────┬───────────────────────────────────────────────────┐ │ pool_name │...
Now it prints users, shards and servers. I also work on to save some screen space by shorting some column's names. ``` ➤ cargo run -- .circleci/pgcat.toml config pools list...