pg_activity 2.1.0
Bug fixes:
- Update man page to mention
<connection string>
argument - Try to reconnect indefinitely when connection is lost
Changes:
- Use yellow instead of orange for
PAUSE
- Move SQL queries from Python code to individual SQL files
- Truncate long database names on Python side
- Do not display IDLE queries as None for old postgresql versions
- Let libpq handle default values for connection options (hostname, port, database name and user name)
- Set
application_name='pg_activity'
for client connections - Add a
--hide-queries-in-logs
option to hide pg_activity's queries from server logs