Re: PGAdmin4.11.1 on Ubuntu 18.04

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Ron <ronljohnsonjr(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PGAdmin4.11.1 on Ubuntu 18.04
Date: 2019-08-01 15:42:52
Message-ID: 86139d4c-f173-3d9f-1256-cd2c7f08a2a9@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/1/19 8:34 AM, Ron wrote:
> I think the real question is "how do I make pgadmin4 use the locally
> installed psycopg instead of the system version?"
>

Yeah the requirements file shows psycopg2-2.8:
https://github.com/postgres/pgadmin4/blob/master/requirements.txt

The issue(I'm assuming) is:

http://initd.org/psycopg/articles/2019/04/04/psycopg-28-released/
"Added table_oid and table_column attributes on cursor.description items
(ticket #661)."

Have you looked at:

~/.config/pgadmin/pgadmin4.conf

to see what it is using as PythonPath?

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message farjad.farid 2019-08-01 15:43:26 compressing network packets
Previous Message Ron 2019-08-01 15:34:44 Re: PGAdmin4.11.1 on Ubuntu 18.04