feature request - allow to set option is_called for setval

Поиск
Список
Период
Сортировка
От Bartosz Dmytrak
Тема feature request - allow to set option is_called for setval
Дата
Msg-id CAD8_Ucbfa9kNK=MPrzac0eyr-iDKo7q5-0Xtqy4tD_Ot12p=Xw@mail.gmail.com
обсуждение исходный текст
Ответы Re: feature request - allow to set option is_called for setval  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-support
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. 
 "If it is set to false, the next nextval will return exactly the specified value, and sequence advancement commences with the following nextval"

so, please add checkbox in sequence properties to allow to modify this switch.

thanks & regards,
Bartek

В списке pgadmin-support по дате отправления:

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: PostgreSQL 8.1 Error: Server doesn't listen
Следующее
От: Colin Beckingham
Дата:
Сообщение: Constraint column missing from properties?