Re: Select START and MAXVALUE from Sequence

Поиск
Список
Период
Сортировка
От Lukas
Тема Re: Select START and MAXVALUE from Sequence
Дата
Msg-id 29027.217.117.29.29.1233070116.squirrel@fmf.vgtu.lt
обсуждение исходный текст
Ответ на Re: Select START and MAXVALUE from Sequence  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Список pgsql-novice
>>  yes it works - select min_value, max_value from MySeq;
>> But what about start value? I tryed to select start_value but no luck..
>
> min_value = start_value.
> Why do need this value?

 Well, start value is optional start position which allows to start
sequence in the middle of its interval.
 We use start value, and now we need to select this value.. is it possible?

--
Lukas
UAB nSoft
http://www.nsoft.lt
Lukas at nsoft.lt
+370 655 10 655



--
This message has been scanned for viruses and
dangerous content by OpenProtect(http://www.openprotect.com), and is
believed to be clean.


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

Предыдущее
От: "Wright, George"
Дата:
Сообщение: overhead for statistics collector
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Select START and MAXVALUE from Sequence