Re: Aw: Re: Database issues when adding GUI

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Aw: Re: Database issues when adding GUI
Date: 2021-06-08 15:58:28
Message-ID: alpine.LNX.2.20.2106080857070.19254@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 8 Jun 2021, Karsten Hilbert wrote:

> The problem source is postgres telling me it cannot connect to the database
> via TCP/IP
> but I can do so directly using psql:
> via UNIX domain sockets.

Karsten,

That's because psql is direct while PyQt5-5.12.3 cannot access postgres-12.x
tables. I'm working on getting Qt5-5.15.2 built.

Regards,

Rich

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marc Millas 2021-06-08 16:30:16 Re: index unique
Previous Message Rich Shepard 2021-06-08 15:56:47 Re: Database issues when adding GUI