We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5401a7 commit 4687f75Copy full SHA for 4687f75
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change log
2
3
+## pg\_activity 3.1.1 - 2023-03-06
4
+
5
+### Fixed
6
7
+* Fix crash on startup with no "connection string" argument and the psycopg
8
+ backend #346.
9
10
## pg\_activity 3.1.0 - 2023-03-01
11
12
### Added
pgactivity/cli.py
@@ -185,6 +185,7 @@ def get_parser() -> ArgumentParser:
185
"'host=HOSTNAME port=PORT user=USER dbname=DBNAME'."
186
),
187
nargs="?",
188
+ default="",
189
metavar="connection string",
190
)
191
# -h / --host
0 commit comments