Re: [BUGS] Bug #699: pg_dump not reporting correct start value for sequence

2002-06-26 Thread Tom Lane
[EMAIL PROTECTED] writes: > This causes problems for me as I use the dump to check if the schema is up to date. Then don't do that, or more accurately try looking at the setval not the CREATE SEQUENCE. The START value of a sequence isn't saved anywhere; it's merely the initial value of the runni

[BUGS] Bug #699: pg_dump not reporting correct start value for sequence

2002-06-26 Thread pgsql-bugs
Martin Ellis ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description pg_dump not reporting correct start value for sequence Long Description It appears, when a sequence is incremented that value of start, as reported by pg_dump, seems