adsrc
Matt Zagrabelny <mzagrabe@d.umn.edu>
From: Matt Zagrabelny <mzagrabe@d.umn.edu>
To: "pgsql-generallists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2024-11-05T21:45:15Z
Lists: pgsql-general
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