Re: adsrc

From: Matt Zagrabelny <mzagrabe(at)d(dot)umn(dot)edu>
To: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: adsrc
Date: 2024-11-05 22:47:17
Message-ID: CAOLfK3XixJA-Pj+HLU4ou-KXB1uSyLFniOyE7Oy4chGKk1r4wA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Nov 5, 2024 at 4:44 PM Ron Johnson <ronljohnsonjr(at)gmail(dot)com> wrote:

> On Tue, Nov 5, 2024 at 4:45 PM Matt Zagrabelny <mzagrabe(at)d(dot)umn(dot)edu> 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 character 331
>>
>> Some searching online yields that adsrc was removed in Pg 12.
>>
>
> 1. What is the application?
>

Netdot - an IPAM from the 2000's.

>
> 2. An upgraded version of the application (or at least the db driver)
> probably won't reference it.
>

Yes. Looks like the DBD::Pg module is what needs the upgrade.

-m

In response to

  • Re: adsrc at 2024-11-05 22:44:22 from Ron Johnson

Responses

  • Re: adsrc at 2024-11-10 16:34:13 from Greg Sabino Mullane

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2024-11-05 23:09:41 Re: Why not do distinct before SetOp
Previous Message Ron Johnson 2024-11-05 22:44:22 Re: adsrc