Re: 1.8-Beta5 Bug: sequence properties dialog produces wrong sql statement order - Mailing list pgadmin-support

From Dave Page
Subject Re: 1.8-Beta5 Bug: sequence properties dialog produces wrong sql statement order
Date
Msg-id 46F76F7B.3060701@postgresql.org
Whole thread Raw
In response to 1.8-Beta5 Bug: sequence properties dialog produces wrong sql statement order  ("Horvath Gabor" <dueyduey@freemail.hu>)
Responses Re: 1.8-Beta5 Bug: sequence properties dialog produces wrong sql statement order
List pgadmin-support
Horvath Gabor wrote:
> pgAdminIII v1.8-Beta5
> Windows XP
> PostgreSQL 8.1, linux
> 
> I tried to adjust the Minimum value in the properties dialog of a sequence.
> I wanted to adjust the range so that the present current value would
> have fallen out of it, so I changed the current value too.
> ...In vain, because the SQL batch composed by the dialog shows that
> the ALTER SEQUENCE ... MINVALUE .... statement comes first, and the
> SELECT setval(....) comes only after that.
> As expected, an error message popped up saying the minimum can't be
> higher than the current value when I pressed OK.

Thanks, fixed in SVN.

Regards, Dave


pgadmin-support by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Weird characters saved in SQL file
Next
From: Pascal Van Puymbroeck
Date:
Subject: Bug report