public inbox for [email protected]
help / color / mirror / Atom feedFrom: David G. Johnston <[email protected]>
To: Matt Zagrabelny <[email protected]>
Cc: pgsql-generallists.postgresql.org <[email protected]>
Subject: Re: adsrc
Date: Tue, 5 Nov 2024 15:31:13 -0700
Message-ID: <CAKFQuwZKMmbcU4j+OVyYZ8+Wu2quY=A2_+a9Q9JGt8YYHX651Q@mail.gmail.com> (raw)
In-Reply-To: <CAOLfK3U80_x7V1w_t2tJFMVPhgKMXz1YmpAzEGDkstquBwW0LA@mail.gmail.com>
References: <CAOLfK3U80_x7V1w_t2tJFMVPhgKMXz1YmpAzEGDkstquBwW0LA@mail.gmail.com>
On Tue, Nov 5, 2024 at 2:45 PM Matt Zagrabelny <[email protected]> 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.
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: adsrc
In-Reply-To: <CAKFQuwZKMmbcU4j+OVyYZ8+Wu2quY=A2_+a9Q9JGt8YYHX651Q@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox