Re: adsrc

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: adsrc
Дата
Msg-id CAKFQuwZKMmbcU4j+OVyYZ8+Wu2quY=A2_+a9Q9JGt8YYHX651Q@mail.gmail.com
обсуждение исходный текст
Ответ на adsrc  (Matt Zagrabelny <mzagrabe@d.umn.edu>)
Список pgsql-general
On Tue, Nov 5, 2024 at 2:45 PM Matt Zagrabelny <mzagrabe@d.umn.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.

В списке pgsql-general по дате отправления: