Re: backing up without lock ?

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: backing up without lock ?
Дата
Msg-id 1121709102.8208.327.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на backing up without lock ?  (FM <dist-list@LEXUM.UMontreal.CA>)
Ответы Re: backing up without lock ?
Список pgsql-admin
On Mon, 2005-07-18 at 12:25, FM wrote:
> Hello,
> Is it possible to backup postgresql databases  without locking tables.

Yes and no.

No, it's actually possible to backup postgresql without a lock.

However, it's an access shared lock, so it's not a blocking lock.

Also, the backup is coherent for a whole database at the point in time
the backup was initiated.

http://www.postgresql.org/docs/8.0/static/app-pgdump.html

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

Предыдущее
От: Mogin Mohandas
Дата:
Сообщение: unable to configure
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: backing up without lock ?