[16] ALTER SUBSCRIPTION ... SET (run_as_owner = ...) is a no-op

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема [16] ALTER SUBSCRIPTION ... SET (run_as_owner = ...) is a no-op
Дата
Msg-id 17b62714fd115bd1899afd922954540a5c6a0467.camel@j-davis.com
обсуждение исходный текст
Ответы RE: [16] ALTER SUBSCRIPTION ... SET (run_as_owner = ...) is a no-op  ("Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>)
Список pgsql-bugs
Repro:
  ALTER SUBSCRIPTION s1 SET (run_as_owner = true);
  SELECT subrunasowner FROM pg_subscription WHERE subname='s1';
   subrunasowner
  ---------------
   f
  (1 row)

It also looks like a change to that field may not cause the
subscription worker to restart. It would be good to add a test for that
case.

Regards,
    Jeff Davis



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: BUG #18055: logical decoding core on AllocateSnapshotBuilder()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #18101: 'RAISE LOG ...' with omitted trailing ';' does not throw syntax error in certain situations