lock table syntax

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas DBT
Тема lock table syntax
Дата
Msg-id 219F68D65015D011A8E000006F8590C6010A51BA@sdexcsrv1.sd.spardat.at
обсуждение исходный текст
Ответы Re: [HACKERS] lock table syntax
Список pgsql-hackers
Hullo,

I seen the new lock table help in psql:
I think we should stick to the (pseudo)standard syntax right from the
beginning.
Or maybe allow both, but i think at least the table keyword should be
mandatory
to simplify implementation of other locks (like database).

lock table <tablename> in {exclusive|share} mode;

What we have now would conform to exclusive mode (works inside a
transaction only, ok but
that's the most important case :-).

Andreas

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

Предыдущее
От: Andrew Martin
Дата:
Сообщение: Re: [HACKERS] snapshot won't compile on irix6.2
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] (: JDBC+(Sun ~3:pm MST) CVS :) -also question about regression tests