Re: pgsql: Add ALTER SUBSCRIPTION ... SKIP.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Add ALTER SUBSCRIPTION ... SKIP.
Дата
Msg-id 2446637.1647914806@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Add ALTER SUBSCRIPTION ... SKIP.  (Amit Kapila <akapila@postgresql.org>)
Ответы Re: pgsql: Add ALTER SUBSCRIPTION ... SKIP.  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-committers
Amit Kapila <akapila@postgresql.org> writes:
> The user can specify LSN by ALTER SUBSCRIPTION ... SKIP (lsn = XXX),
> which allows the apply worker to skip the transaction finished at
> specified LSN. The apply worker skips all data modification changes within
> the transaction.

Hmm ... this seems like a really poor choice of syntax.
I would expect ALTER to be used for changes of persistent
object properties, which surely this is not?

An alternative perhaps could be to invoke the operation
via a function.

            regards, tom lane



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Add ALTER SUBSCRIPTION ... SKIP.
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: pgsql: Add ALTER SUBSCRIPTION ... SKIP.