Re: Design question regarding arrays

From: Michael Glaesemann <grzm(at)myrealbox(dot)com>
To: A Gilmore <agilmore(at)shaw(dot)ca>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Design question regarding arrays
Date: 2004-08-09 04:18:12
Message-ID: 20DEDBA3-E9BB-11D8-B87D-000A95C88220@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


On Aug 9, 2004, at 12:44 PM, A Gilmore wrote:

> Is this correct, that transactions will not help, and if so what is
> the most common way of dealing with this issue (since I assume its
> common) ?

In the PostgreSQL 7.4 documention on sequence manipulation functions I
think you'll find your answer.

<http://www.postgresql.org/docs/current/static/functions-sequence.html>

Michael Glaesemann
grzm myrealbox com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Benjamin 2004-08-09 05:35:04 Re: lock entire database
Previous Message A Gilmore 2004-08-09 03:44:07 Re: Design question regarding arrays