Re: Nested Sets

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Nested Sets
Дата
Msg-id 20050416181457.GA14377@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на Re: Nested Sets  ("A. Kulikov" <a.kulikov@gmail.com>)
Список pgsql-sql
On Sat, Apr 16, 2005 at 06:28:27PM +0400, A. Kulikov wrote:
> btw, do stored procedures (user functions in other words) have to
> implement table locking or be carried out inside a transaction such
> that the nested set indexes remain intact?

They're always in a transaction.  Everything in Postgres is always
inside a transaction (although it might be a transaction of a single
statement).  You shouldn't need to do anything special around table
locking.

A

-- 
Andrew Sullivan  | ajs@crankycanuck.ca
The fact that technology doesn't work is no bar to success in the marketplace.    --Philip Greenspun


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

Предыдущее
От: "A. Kulikov"
Дата:
Сообщение: Re: Nested Sets
Следующее
От: Troels Arvin
Дата:
Сообщение: Re: Nested Sets