Re: Unique values on multiple tables

Поиск
Список
Период
Сортировка
От Emre Hasegeli
Тема Re: Unique values on multiple tables
Дата
Msg-id CAE2gYzwREik_SQMKtALg+tAT=BXQNvvPfiPt4RQMwGNc8OmT1w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Unique values on multiple tables  ("Sterpu Victor" <victor@caido.ro>)
Ответы Re: Unique values on multiple tables  (Jehan-Guillaume de Rorthais <ioguix@free.fr>)
Список pgsql-general
> Could I use lock tables to fix this? Is postgres automaticaly locking a
> table while running a trigger on that table?

You can use LOCK TABLE. See the documentation:

http://www.postgresql.org/docs/current/static/explicit-locking.html


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

Предыдущее
От: "Sterpu Victor"
Дата:
Сообщение: Re: Unique values on multiple tables
Следующее
От: Jehan-Guillaume de Rorthais
Дата:
Сообщение: Re: Unique values on multiple tables