Greetings Pg folk, I've got a legacy app connecting to a legacy Pg database (9.4).
I'd like to upgrade the database to Pg 15, but when I connect and perform some tasks in the app, I get: 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? Thanks for any help or answers. Cheers, -m