From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
---|---|
To: | Rich Shepard <rshepard(at)appl-ecosys(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org |
Subject: | Re: Database issues when adding GUI |
Date: | 2021-06-07 21:29:56 |
Message-ID: | c283b12a-7aad-ce1d-d35b-47adb6d06f5c@aklaver.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 6/7/21 2:26 PM, Rich Shepard wrote:
> On Mon, 7 Jun 2021, Tom Lane wrote:
>
>> We removed the pg_attrdef.adsrc catalog column a couple versions back.
>> You're evidently using quite an old version of whichever client-side
>> library is issuing this command. You need to get a more up-to-date copy
>> that knows what to do instead.
>
> Tom,
>
> In what version was that removed? Now I have postgresql-12.7 installed and
> when I try to access the activitytypes table it still fails with the same
> error:
>
See:
https://www.postgresql.org/docs/11/catalog-pg-attrdef.html
https://www.postgresql.org/docs/12/catalog-pg-attrdef.html
So in version 12.
> Rich
>
>
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2021-06-07 21:32:49 | Re: Database issues when adding GUI |
Previous Message | Rich Shepard | 2021-06-07 21:26:41 | Re: Database issues when adding GUI |