Re: [ADMIN] Sequence Number question

2004-06-30 Thread Tom Lane
Naomi Walker <[EMAIL PROTECTED]> writes: > We are using Postgres 7.3.2 on a Solaris box. > When I dump a schema with a SEQUENCE in it, it shows the MAXVAL as > 2,147,483,647. > Is it possible to set this number higher? Hmm ... 7.3 does have support for 64-bit sequences, if it was compiled on a c

[ADMIN] Sequence Number question

2004-06-30 Thread Naomi Walker
We are using Postgres 7.3.2 on a Solaris box. When I dump a schema with a SEQUENCE in it, it shows the MAXVAL as 2,147,483,647. Is it possible to set this number higher? When we get to maxval, does it wrap? -- - Naomi