Re: adsrc

2024-11-10 Thread Greg Sabino Mullane
> > Yes. Looks like the DBD::Pg module is what needs the upgrade. > Specifically, you will need DBD::Pg version 3.9.0 or higher, but I *highly* recommend using the latest release you can (right now, that is 3.18.0) Cheers, Greg

Re: adsrc

2024-11-05 Thread Matt Zagrabelny
On Tue, Nov 5, 2024 at 4:44 PM Ron Johnson wrote: > On Tue, Nov 5, 2024 at 4:45 PM Matt Zagrabelny wrote: > >> 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

Re: adsrc

2024-11-05 Thread Ron Johnson
On Tue, Nov 5, 2024 at 4:45 PM Matt Zagrabelny wrote: > 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

Re: adsrc

2024-11-05 Thread David G. Johnston
On Tue, Nov 5, 2024 at 2:45 PM Matt Zagrabelny 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

Re: adsrc

2024-11-05 Thread Christoph Moench-Tegeder
## Matt Zagrabelny (mzagr...@d.umn.edu): > 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 That pg_attrdef.adsrc was already marked as "historical, and is best not used" in 9.4: h