Re: Invoice number

From: Mike Castle <dalgoda(at)ix(dot)netcom(dot)com>
To: PostgreSQL-SQL <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Invoice number
Date: 2000-12-21 15:52:57
Message-ID: 20001221095257.B5037@thune.mrc-home.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, Dec 21, 2000 at 11:10:00AM +0100, Kaare Rasmussen wrote:
> - Sequences are not rollback'able.

Did you mean SERIAL instead of sequence here?

If so, why is no rollbackable an issue? All you should need is unique
numbers. Not necessarily exactly sequential numbers.

mrc
--
Mike Castle Life is like a clock: You can work constantly
dalgoda(at)ix(dot)netcom(dot)com and be right all the time, or not work at all
www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc
We are all of us living in the shadow of Manhattan. -- Watchmen

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Mike Castle 2000-12-21 15:54:56 Re: Create table doesn't work in plpgsql
Previous Message Josh Berkus 2000-12-21 15:49:46 Re: Invoice number