Re: pg_dumpall

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: pg_dumpall
Дата
Msg-id 20080117192135.GB21761@svana.org
обсуждение исходный текст
Ответ на Re: pg_dumpall  (Glyn Astill <glynastill@yahoo.co.uk>)
Список pgsql-general
On Thu, Jan 17, 2008 at 11:14:22AM -0800, Glyn Astill wrote:
> > begin;
> > set transaction isolation level serializable;
> >
> > --- begin dumping stuff;
> >
>
> Wouldn't that just lock everything so nothing could be updated? Or
> just the table it is outputting?

PostgreSQL uses MVCC, which means the whole thing is lock free. It just
requires more diskspace. To keep the older versions around.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Those who make peaceful revolution impossible will make violent revolution inevitable.
>  -- John F Kennedy

Вложения

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

Предыдущее
От: Glyn Astill
Дата:
Сообщение: Re: pg_dumpall
Следующее
От: Tom Hart
Дата:
Сообщение: Re: advocacy: drupal and PostgreSQL