Re: Database issues when adding GUI - Mailing list pgsql-general

From Rich Shepard
Subject Re: Database issues when adding GUI
Date
Msg-id alpine.LNX.2.20.2106080853500.19254@salmo.appl-ecosys.com
Whole thread Raw
In response to Re: Database issues when adding GUI  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
On Mon, 7 Jun 2021, Adrian Klaver wrote:

> 2021-06-07 10:36:38.330 PDT [29537] LOG:  database system is ready to accept 
> connections
> 2021-06-07 14:19:45.491 PDT [31353] ERROR:  column pg_attrdef.adsrc does not 
> exist at character 128
> "

Adrian,

Postgres dropped the pg_attrdev.adsrc column from the system table in
version 12.0. As you wrote yesterday, Qt5 added support for postgres-12 in
the QPSQL driver for 5.15.0. I'm now working on building Qt5-5.15.2 on my
slackware-14.2 host.

While QSqlDatabase is ready to accept connections it cannot recognize tables
using the installed version.

Regards,

Rich



pgsql-general by date:

Previous
From: Phil Florent
Date:
Subject: RE: pg 13 fatal error message mentionning "standby_mode"
Next
From: Rich Shepard
Date:
Subject: Re: Aw: Re: Database issues when adding GUI