Re: Transaction Snapshot Cloning

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Transaction Snapshot Cloning
Дата
Msg-id 1200831362.4255.479.camel@ebony.site
обсуждение исходный текст
Ответ на Re: Transaction Snapshot Cloning  ("Florian G. Pflug" <fgp@phlo.org>)
Список pgsql-hackers
On Thu, 2008-01-17 at 11:56 +0100, Florian G. Pflug wrote:
> Tom Lane wrote:
> > I'm not sure what the most convenient user API would be for an on-demand
> > hard-read-only mode, but we can't use SET TRANSACTION READ ONLY for it.
> > It'd have to be some other syntax.  Maybe just use a GUC variable
> > instead of bespoke syntax?  SET TRANSACTION is really just syntactic
> > sugar for GUC SET operations anyway ...
> 
> We could reuse the transaction_read_only GUC, adding "strict" as a 3rd 
> allowed value beside "on" and "off". And maybe make "ansi" an alias for 
> "on" to emphasize that one behavior is what the standard wants, and the 
> other is a postgres extension.

Sounds OK to me. We need this to be enforced for Hot Standby, though it
seems useful of itself. If we can break down the Hot Standby stuff into
smaller chunks, it will make it easier for everybody to agree.

--  Simon Riggs 2ndQuadrant  http://www.2ndQuadrant.com



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Transaction Snapshot Cloning
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: Transaction Snapshot Cloning