On Tue, 2012-03-27 at 09:40 -0400, Colin Beckingham wrote:
> Using 1.15 dev and wxwidgets 2.9:
>
> If I create a table and later add a primary key or unique index to the
> table the process works fine. However if I subsequently go in and view
> the properties for the index constraint and look un
On Tue, 2012-03-27 at 08:58 +0200, Bartosz Dmytrak wrote:
> Hi,
> I just noticed pgAdmin cannot set value of sequence to start with 1 because
> generates SQL like this:
> SELECT setval('"MySchema"."MySequence"', 1, true);
>
> it is not possible to set "is_called" option of setval to false.
> Accor