Re: SELECT blocking on ALTER TABLE ADD FOREIGN KEY

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: SELECT blocking on ALTER TABLE ADD FOREIGN KEY
Дата
Msg-id 20030616081429.GC25847@wolff.to
обсуждение исходный текст
Ответ на Re: SELECT blocking on ALTER TABLE ADD FOREIGN KEY  ("Jim C. Nasby" <jim@nasby.net>)
Список pgsql-hackers
On Mon, Jun 16, 2003 at 01:17:38 -0500, "Jim C. Nasby" <jim@nasby.net> wrote:
>  
> Yeah, so the catalog changes shouldn't be visible to anyone until after
> the ALTER is complete, right? Even if a transaction is set to read
> uncommitted, I assume it will always read only committed data from the
> catalogs...

Postgres doesn't have a read uncommitted mode for transactions.


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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: SELECT blocking on ALTER TABLE ADD FOREIGN KEY
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: Groups and roles