pg_activity 3.4.0
Added
- Improve rendering of the
client
column by possibly abbreviating IP
addresses. - Add support for configuring pg_activity from a configuration file in INI
format and installed at${XDG_CONFIG_HOME:~/.config}/pg_activity.conf
or
/etc/pg_activity.conf
. - Determine which columns to hide from reading the configuration file (
hidden = yes|no
option). - Determine columns width from the configuration file (
width = <positive integer>
option).
Fixed
- Fix a crash when trying to reconnect.
Full Changelog: v3.3.0...v3.4.0