Re: SERIAL does not ROLLBACK

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: SERIAL does not ROLLBACK
Дата
Msg-id 20030312165504.GA26509@wolff.to
обсуждение исходный текст
Ответ на Re: SERIAL does not ROLLBACK  ("Henshall, Stuart - Design & Print" <SHenshall@westcountry-design-print.co.uk>)
Список pgsql-novice
On Wed, Mar 12, 2003 at 15:43:52 -0000,
  "Henshall, Stuart - Design & Print" <SHenshall@westcountry-design-print.co.uk> wrote:
> Off the top of my head the only way I can see to reliably do this is
> something like the following:

Another option is to keep the number in a separate (on row) table that would be
used only when doing inserts. That way you don't have conflicts with
selects or updates to the main table.

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

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: SERIAL does not ROLLBACK
Следующее
От: Aarni Ruuhimäki
Дата:
Сообщение: Re: Last access time for a table