Re: [GENERAL] Reserve a value in a serial type field

2007-01-15 Thread A. Kretschmer
am Mon, dem 15.01.2007, um 10:57:17 -0800 mailte Albert folgendes: > Hi all. I have this issue: I need to load a value for an integer field > (with auto increment) which I implemented with a serial type and to > avoid inserts with that value in this field. The task is for a > distributed program I

Re: [GENERAL] Reserve a value in a serial type field

2007-01-15 Thread Albert
Thanks Shane. I solved taking trace of the sequence value directly in the program...it is not a good solution but it works until I find a better one! ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archiv

Re: [GENERAL] Reserve a value in a serial type field

2007-01-15 Thread Shane Ambler
Albert wrote: Hi all. I have this issue: I need to load a value for an integer field (with auto increment) which I implemented with a serial type and to avoid inserts with that value in this field. The task is for a distributed program I'm creating and I wonder if there is an efficient solution f

[GENERAL] Reserve a value in a serial type field

2007-01-15 Thread Albert
Hi all. I have this issue: I need to load a value for an integer field (with auto increment) which I implemented with a serial type and to avoid inserts with that value in this field. The task is for a distributed program I'm creating and I wonder if there is an efficient solution for it. I though