Re: Is necessary to use SEQ_MAXVALUE in pg_dump?

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Is necessary to use SEQ_MAXVALUE in pg_dump?
Date: 2007-11-05 19:52:04
Message-ID: 472F7464.9000702@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

>
> A better solution might be to move the declarations of
> SEQ_MINVALUE/SEQ_MAXVALUE someplace else.

Hmm. It seems better, but it is also hard to find correct place. :( I'm
thinking put it into c.h.

Another question why sequence does not have separate flag which
determines if it is default/no max value or predefined?

Any comments, better ideas?

Zdenek

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-11-05 20:02:06 Re: Is necessary to use SEQ_MAXVALUE in pg_dump?
Previous Message Tom Lane 2007-11-05 19:46:45 Re: sending row data to frontend - reg