Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Interfaces Pgadmin Support > Re: Bug with ve...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 2 Topic 1927 of 2158
Post > Topic >>

Re: Bug with very low negative sequence values

by dpage@[EMAIL PROTECTED] ("Dave Page") Jan 10, 2008 at 06:35 PM

Please try v1.8.1 - you should not see this problem.

Regards, Dave

On 1/10/08, Lucas Deters <deters@[EMAIL PROTECTED]
> wrote:
> Hello,
>
> A bug re****t:
>
> Platform: Ubuntu 7.10, Pentium M
> Language: English Version
> Distribution: Ubuntu .deb (apt-get)
> Version: 1.4.3
>
> I'm trying to create a sequence like this:
>
> CREATE SEQUENCE seqlingua
>   INCREMENT 1
>   MINVALUE -2147483648
>   MAXVALUE 2147483647
>   START -2147483648
>   CACHE 1;
>
> But PGAdmin show this DDL in the interface:
>
> CREATE SEQUENCE seqlingua
>   INCREMENT 1
>   MINVALUE 18446744071562067968
>   MAXVALUE 2147483647
>   START 18446744071562067968
>   CACHE 1;
> ALTER TABLE seqlingua OWNER TO postgres;
>
> The backup script also contain problems.
>
> The return value from select nextval('seqlingua') is correct
(-2147483648).
>
> Thank you, sorry my bad english
>
> Lucas Augusto Deters
>
>
> --
> Lucas Augusto Deters
> Coordenador de Sistemas (CEFET/SC)
> deters@[EMAIL PROTECTED]
> (48) 3221-0519
>

-- 
Sent from my mobile device

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
 




 2 Posts in Topic:
Bug with very low negative sequence values
deters@[EMAIL PROTECTED]   2008-01-10 11:44:38 
Re: Bug with very low negative sequence values
dpage@[EMAIL PROTECTED]   2008-01-10 18:35:49 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 17:05:14 CST 2008.