Re: Opposite of LOCK

Поиск
Список
Период
Сортировка
От JanWieck@t-online.de (Jan Wieck)
Тема Re: Opposite of LOCK
Дата
Msg-id 200007121141.NAA23462@hot.jw.home
обсуждение исходный текст
Ответ на Opposite of LOCK  (Antti Linno <alligator@all.ee>)
Список pgsql-sql
Antti Linno wrote:
> Is there any possibility to unlock tables after they've been locked? The
> manual part of lock was fuzzy, so I ask from experts instead. MySQL
> uses lock and unlock.
   Yes, COMMIT/ROLLBACK.
   The transactional concept implies that you hold each lock you   accquired since transaction start until the
transactionends.
 


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #




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

Предыдущее
От: Antti Linno
Дата:
Сообщение: Opposite of LOCK
Следующее
От: "Jean-Marc Libs"
Дата:
Сообщение: Re: SERIAL type does not generate new ID ?