Re: PostgreSQL capabilities

Поиск
Список
Период
Сортировка
От Ed Loehr
Тема Re: PostgreSQL capabilities
Дата
Msg-id 3935212B.954F0DFB@austin.rr.com
обсуждение исходный текст
Ответ на Re: PostgreSQL capabilities  (Alex Pilosov <alex@pilosoft.com>)
Ответы Re: PostgreSQL capabilities  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: PostgreSQL capabilities  (Dustin Sallings <dustin@spy.net>)
Re: PostgreSQL capabilities  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-general
Alex Pilosov wrote:
>
> > http://networkdna.com/database/index.html mentions that PostgreSQL is
> > capable of "Online backup". What does that exactly mean?
>
> It means Postgres can do a reliable backup (a consistent snapshot) of a
> database without shutting down the database.

Hmmm.  My backup procedure, based on earlier discussions in this group,
involves blocking all write-access during a pg_dump.  That is effectively
shutting down the database from my perspective.  Is there a quicker way
to take a consistent snapshot while still allowing writes?

Regards,
Ed Loehr

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

Предыдущее
От: Mihai Gheorghiu
Дата:
Сообщение: Re: PostgreSQL capabilities
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: PostgreSQL capabilities