Re: adsrc - Mailing list pgsql-general

From David G. Johnston
Subject Re: adsrc
Date
Msg-id CAKFQuwZKMmbcU4j+OVyYZ8+Wu2quY=A2_+a9Q9JGt8YYHX651Q@mail.gmail.com
Whole thread Raw
In response to adsrc  (Matt Zagrabelny <mzagrabe@d.umn.edu>)
List pgsql-general
On Tue, Nov 5, 2024 at 2:45 PM Matt Zagrabelny <mzagrabe@d.umn.edu> wrote:
ERROR:  column d.adsrc does not exist at character 331

Some searching online yields that adsrc was removed in Pg 12.

Is there a way to recreate it?


That is a base catalog table.  Its removal means the data it stored is no longer being stored.  Even if you somehow got the column reference error to go away whatever the application is doing with that is going to be surprised to be handed an empty string.

You could always checkout the source for v15, un-revert the commit removing that field, compile, and see what happens.  But if you want to use a community build the application needs to be changed along with upgrades to the database.

David J.

pgsql-general by date:

Previous
From: Christoph Moench-Tegeder
Date:
Subject: Re: adsrc
Next
From: Ron Johnson
Date:
Subject: Re: adsrc