Error message on startup
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pgcli (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When installing pgcli with `sudo apt-get install pgcli`, and running pgcli with the following command:
`pgcli -h 127.0.0.1 -U postgres --password some_database`
then the following error message appears:
```
Exception in thread completion_refresh:
Traceback (most recent call last):
File "/usr/lib/
self.run()
File "/usr/lib/
self.
File "/usr/share/
refresher(
File "/usr/share/
completer.
File "/usr/share/
for f in func_data:
File "/usr/share/
cur.
psycopg2.
LINE 8: p.proisagg is_aggregate,
HINT: Perhaps you meant to reference the column "p.prolang".
```
This does not seem to cause problems - I can use the program. But it should be fixed nonetheless.
Description: Ubuntu 18.04.3 LTS
Release: 18.04
pgcli:
Installed: 1.6.0-1
Candidate: 1.6.0-1
Version table:
*** 1.6.0-1 500
500 http://
500 http://
100 /var/lib/
I expected there to be no error on program start, but there was an error.
tags: | added: bionic |
Status changed to 'Confirmed' because the bug affects multiple users.