Re: Postgres locks table schema?

Поиск
Список
Период
Сортировка
От Stas Oskin
Тема Re: Postgres locks table schema?
Дата
Msg-id 200509220858.CLR19460@romy.inter.net.il
обсуждение исходный текст
Ответ на Re: Postgres locks table schema?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi.

I will give it a try. Although, I do remember that the lock occurs on the
first transaction - so basically there should be nothing to commit yet?

Thanks,
Stas.

-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Wednesday, September 21, 2005 9:35 PM
To: Stas Oskin
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Postgres locks table schema?

"Stas Oskin" <stas@neo.co.il> writes:
> When running SQL scripts, which change the tables' schema, we sometimes
> experience a lock of these tables' schema. The lock occurs on the first
> command of the script, on the first modified table. When this occurs, no
> further schema modification for this table is possible, until the server
is
> restarted, which is very problematic for a production environment.

Try committing the transaction that performed the schema modification
;-)

            regards, tom lane


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

Предыдущее
От: "Alex R. Mosteo"
Дата:
Сообщение: Re: Problem with libpq3 & postgresql8
Следующее
От: Howard Cole
Дата:
Сообщение: Re: Win32 Backup and Restore of large databases.