Re: Serial column has suddenly stopped working - Mailing list pgsql-general

From Malcolm Warren
Subject Re: Serial column has suddenly stopped working
Date
Msg-id 41C195A2.4090804@villeinitalia.com
Whole thread Raw
In response to Serial column has suddenly stopped working  (Malcolm Warren <malcolm@villeinitalia.com>)
List pgsql-general
The answer is 3. Mistake of mine. I put in a field of the same name to
display it, and it was also sending 0 with the statement.
Thank you for helping me get to the bottom of it.

Malcolm Warren

Richard Huxton wrote:

> Malcolm Warren wrote:
>
>> Thank you for your reply.
>> Yes, I get the next number and the number goes up one, as it should.
>>
>> The rest of the table seems to function normally incidentally, just
>> the serial column gets filled with 0.
>> By the way my version is 7.3 which I forgot to mention.
>
>
> Hmm - since you say you've dumped/restored to another machine that
> leaves two things I can think of:
>
> 1. Schema issue (maybe it's not seeing the sequence).
> 2. Trigger is altering the value supplied.
> 3. The application isn't sending the query you think it is.
>
> What happens if you manually:
> INSERT INTO my_table (..., srl, ...) VALUES (...,
> nextval('booking_srl_seq',...)
>
> If that works, it's not #2, and it's time to look at the application
> (and turn statement logging on).
>
> --
>   Richard Huxton
>   Archonet Ltd
>
>


pgsql-general by date:

Previous
From: Geoffrey
Date:
Subject: Re: What HW / OS is recommeded
Next
From: "Riccardo G. Facchini"
Date:
Subject: Re: Scheduler in Postgres