Re: Lock full database

Поиск
Список
Период
Сортировка
От Haller Christoph
Тема Re: Lock full database
Дата
Msg-id 200110251507.RAA02176@rodos
обсуждение исходный текст
Ответ на Lock full database  ("guard" <guard@ficnet.net>)
Список pgsql-sql
> 
> I want lock full tables,how to write SQL command?
> thanks
> 
BEGIN ; 
LOCK TABLE <tablename> ; 
/* done, locked until "commit;" */ 

Refer to the SQL-LOCK-command for further 
information. 
Regards, Christoph 


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

Предыдущее
От: Reiner Dassing
Дата:
Сообщение: Re: [HACKERS] Index of a table is not used (in any case)
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: GUID in postgres