Re: bug in 7.3.2
Christopher Kings-Lynne <chriskl@familyhealth.com.au>
From: Christopher Kings-Lynne <chriskl@familyhealth.com.au>
To: Suvarna <suvarnat@cygnus.stpp.soft.net>
Cc: pgsql-hackers@postgresql.org
Date: 2006-03-01T02:01:22Z
Lists: pgsql-hackers
That's not a bug it's normal behaviour. Suvarna wrote: > we are using postgresql 7.3.2 version. > We are facing a problem in nextval of sequence. The problem is as follows, > If the server shuts down abrupotly because of power failuar or any other > cause then the sequences tend to skip few numbers. > After restarting the server the nextval of sequence doest match > with the last number. >