libpg.so.2 is missing in 7.3.1

Поиск
Список
Период
Сортировка
От Jie Liang
Тема libpg.so.2 is missing in 7.3.1
Дата
Msg-id E7E213858379814A9AE48CA6754F5ECB1E196A@mail01.stbernard.com
обсуждение исходный текст
Список pgsql-admin

-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Monday, December 23, 2002 11:32 AM
To: a.schmitz@cityweb.de
Cc: Simone Tellini; pgsql-admin@postgresql.org
Subject: Re: [ADMIN] locking a table


Andreas Schmitz <a.schmitz@cityweb.de> writes:
> Maybe I have a different idea of exclusive.

Locks are held till the end of the current transaction ... so you need
something like

    begin;
    lock ...;
    do whatever ...;
    commit;

to do anything useful with an explicit lock.  A standalone LOCK command
will drop the lock as soon as it's acquired.

            regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SSL Mode
Следующее
От: Jie Liang
Дата:
Сообщение: libpg.so.2 is missing in 7.3.1