Re: Hot-standby and canceled queries

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Hot-standby and canceled queries
Дата
Msg-id CA+U5nMKFaOcr2GAnr6m7P1e_YduX-sj5U8ZSyhXDO26KCuBRow@mail.gmail.com
обсуждение исходный текст
Ответ на Hot-standby and canceled queries  ("David F. Skoll" <dfs@roaringpenguin.com>)
Ответы Re: Hot-standby and canceled queries
Список pgsql-admin
On 24 April 2013 12:42, David F. Skoll <dfs@roaringpenguin.com> wrote:

> I ran a query on a hot-standby (PostgreSQL 9.1) and it was canceled as
> per the documentation about vacuum cleanups on the master.
>
> Second time testing, I started a transaction on the master (with
> BEGIN) but my query on the hot-standby was still canceled.
>
> Is that because a transaction doesn't "really" begin with BEGIN, but only
> after the first real statement after the BEGIN?  Is it sufficient to
> use:   BEGIN; SELECT ... ; to start a transaction on the master

Yes

>, or
> do I need to use UPDATE or INSERT to ensure that a vacuum cleanup isn't
> applied until the transaction is finished?

SELECT is sufficient

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: "David F. Skoll"
Дата:
Сообщение: Hot-standby and canceled queries
Следующее
От: "David F. Skoll"
Дата:
Сообщение: Re: Hot-standby and canceled queries