Re: How to generate unique invoice numbers for each day

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: How to generate unique invoice numbers for each day
Дата
Msg-id igvthr$g5b$1@dough.gmane.org
обсуждение исходный текст
Ответ на Re: How to generate unique invoice numbers for each day  (Tomas Vondra <tv@fuzzy.cz>)
Список pgsql-general
Tomas Vondra wrote on 16.01.2011 23:41:
> Yes, locking may in some cases lead to deadlocks, that's true. For
> example creating several invoices (for different days) in a single
> transaction may lead to a deadlock. But that's a feature, not a bug.

Hmm, a single transaction cannot deadlock itself as far as I know.
A deadlock can only happen between two different transactions (T1 locks R1, waits for R2, T2 locks R2 waits for R1)

Regards
Thomas


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: How to generate unique invoice numbers for each day
Следующее
От: Steve Litt
Дата:
Сообщение: Re: Crosstab query on huge amount of values