Re: stopping access to a database

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: stopping access to a database
Дата
Msg-id GNELIHDDFBOCMGBFGEFOCEDNCFAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: stopping access to a database  (Dennis Gearon <gearond@cvc.net>)
Список pgsql-general
> So,
>     the connections that will see the new data won't be able to
> access data until that
> transaction has finished the 'commit' stage, or will they be able
> to read some of the records
> while the importation is partially done?

The former.  Other transations won't see the data and also because you went:

LOCK TABLE IN ACCESS EXCLUSIVE MODE

or something, they won't even be able to access the tables...

Chris


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: Using RSYNC for replication?
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: How do I unsubscribe?