Re: Design question regarding arrays - Mailing list pgsql-novice

From Michael Glaesemann
Subject Re: Design question regarding arrays
Date
Msg-id 20DEDBA3-E9BB-11D8-B87D-000A95C88220@myrealbox.com
Whole thread Raw
In response to Re: Design question regarding arrays  (A Gilmore <agilmore@shaw.ca>)
List 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


pgsql-novice by date:

Previous
From: A Gilmore
Date:
Subject: Re: Design question regarding arrays
Next
From: Steve Tucknott
Date:
Subject: Re: Multiple return 'columns' from postgre pl/pgsql