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.