Re: BUG #17782: ERROR: variable not found in subplan target lists

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: BUG #17782: ERROR: variable not found in subplan target lists
Дата
Msg-id CAKFQuwaCB+u2JOkS+1X6U9yjLKAt1AbUBOrzs5-3nM6BJALdBg@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #17782: ERROR: variable not found in subplan target lists  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #17782: ERROR: variable not found in subplan target lists  (Dmytro Hanzhelo <d.hanzhelo@indevlab.com>)
Список pgsql-bugs
On Tue, Feb 7, 2023 at 6:38 AM PG Bug reporting form <noreply@postgresql.org> wrote:
The following bug has been logged on the website:

Bug reference:      17782
Logged by:          Dmytro Hanzhelo
Email address:      d.hanzhelo@indevlab.com
PostgreSQL version: 13.9
Operating system:   CentOS Linux release 8.3.2011


UPDATE corestatus.system_module
SET state=true
WHERE module_name='cfront_exchangerate';
ERROR:  variable not found in subplan target lists

We can provide dump for reproduce.

Then do so - because without a reproducer it is going to be difficult to observe the behavior to fix this.

David J.

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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17782: ERROR: variable not found in subplan target lists
Следующее
От: Bryn Llewellyn
Дата:
Сообщение: Re: BUG #17779: "commit" causes error 2D000 when "set search_path" is added to the first example in section "43.8"