Re: adsrc

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Matt Zagrabelny <mzagrabe(at)d(dot)umn(dot)edu>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: adsrc
Date: 2024-11-05 22:31:13
Message-ID: CAKFQuwZKMmbcU4j+OVyYZ8+Wu2quY=A2_+a9Q9JGt8YYHX651Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Nov 5, 2024 at 2:45 PM Matt Zagrabelny <mzagrabe(at)d(dot)umn(dot)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.

David J.

In response to

  • adsrc at 2024-11-05 21:45:15 from Matt Zagrabelny

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2024-11-05 22:44:22 Re: adsrc
Previous Message Christoph Moench-Tegeder 2024-11-05 22:22:15 Re: adsrc