queston about locking

Поиск
Список
Период
Сортировка
От Ottavio Campana
Тема queston about locking
Дата
Msg-id 46F373A3.2030701@campana.vi.it
обсуждение исходный текст
Ответы Re: queston about locking  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Список pgsql-general
I'm writing a python script to update some tables in a db. My problem is
that I need to lock a couple of tables, perform several operations and
read the corresponding output.

I was thinking about lock in exclusive mode, but in the documentation I
found that it is valid only in a transaction. But since I need to
execute a command and read the output and so forth, I think I cannot use
a transaction.

What would you use to lock the table?


Вложения

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

Предыдущее
От: "Amrita Prasad"
Дата:
Сообщение: How to display geometry data using java and PostGIS
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Postgresql and SSL