Re: Sequence Incrementing by 2 insted of 1

From: David <david(at)vanlaatum(dot)id(dot)au>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Sequence Incrementing by 2 insted of 1
Date: 2009-04-28 07:19:55
Message-ID: 20090428071955.GC17477@daboyz.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ok got permission to send the code I think I have got all the relevent bits.

On Tue, Apr 28, 2009 at 01:01:39AM -0600, Scott Marlowe wrote:
> On Tue, Apr 28, 2009 at 12:38 AM, David <david(at)vanlaatum(dot)id(dot)au> wrote:
> > Looked for that can't find anything and there is no reason why someone would have added that.
>
> Well, unless you've got some example code for us to look at, it's
> kinda hard to tell you what's wrong.
>
> Often, you see people do something like this:
>
> insert into autoincrementingtable values (DEFAULT, 'a', 500);
> select nextval('autoinctable_seq');
> yada yada yada
>
> or something like that. i.e. there's an implicit call to the nextval
> with the insert, and another explicit one somewhere in your code.
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

--

Attachment Content-Type Size
sql.txt text/plain 17.4 KB

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Verite 2009-04-28 07:31:26 Re: Sequence Incrementing by 2 insted of 1
Previous Message Scott Marlowe 2009-04-28 07:01:39 Re: Sequence Incrementing by 2 insted of 1