bug using sequences

From: Olivier Bouiron <o(dot)bouiron(at)isc84(dot)org>
To: pgadmin-support(at)postgresql(dot)org
Subject: bug using sequences
Date: 2007-10-01 12:29:11
Message-ID: 4700E817.3050208@isc84.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi!
I've found a mistake using PGADMIN 1.6 or PGADMIN 1.8 beta5:
When I make a sequence with negative values, it works but PGADMIN is not
able to show me the correct values.

This is an exemple:
PGADMIN shows me this:

CREATE SEQUENCE dsi.dsi_pha_molecule_id_seq
INCREMENT 18446744073709551615
MINVALUE 18446744073709541616
MAXVALUE 0
START 18446744073709549616
CACHE 1;
ALTER TABLE dsi.dsi_pha_molecule_id_seq OWNER TO postgres;

but in fact that sequence send me negative values...

Olivier Bouiron

--
Olivier Bouiron
Institut Sainte Catherine
AVIGNON

Tél: 04 90 27 57 43

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2007-10-01 13:09:49 Re: bug using sequences
Previous Message Eric Haszlakiewicz 2007-10-01 09:43:33 crash while adding primary key