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 > Bug with very l...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 1927 of 2066
Post > Topic >>

Bug with very low negative sequence values

by deters@[EMAIL PROTECTED] ("Lucas Deters") Jan 10, 2008 at 11:44 AM

------=_Part_19135_32064731.1199972678470
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello,

A bug report:

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

------=_Part_19135_32064731.1199972678470
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

------=_Part_19135_32064731.1199972678470--




 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
tan13V112 Fri Jul 4 9:22:32 CDT 2008.