Re: Single-Transaction Utility options

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Single-Transaction Utility options
Дата
Msg-id 20051216230736.GE28739@surnet.cl
обсуждение исходный текст
Ответ на Re: Single-Transaction Utility options  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> Simon Riggs <simon@2ndquadrant.com> writes:
> >> Why use it around the whole file and not only around that particular
> >> table's operations?
>
> > You could. That just behaves slightly differently.
>
> pg_dump does not always produce all the commands affecting a single
> table together, so I don't think you can actually get the desired
> results --- certainly it would be a nontrivial amount of work to get
> any useful behavior like that.

Ah, quite true.  I withdraw my comments then.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Single-Transaction Utility options
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Win32 gettimeofday() comment patch