Re: How to find the definition of a sequence ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to find the definition of a sequence ?
Дата
Msg-id 16232.1055343284@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How to find the definition of a sequence ?  (Liviu BURCUSEL <liviu@voxline.ro>)
Список pgsql-general
Liviu BURCUSEL <liviu@voxline.ro> writes:
> I have a database created by a friend of mine. In it there is a sequence
> called seq_id_top. How can I find out its definition (start, increment,
> max value) ?

SELECT * FROM seq_id_top;

            regards, tom lane

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

Предыдущее
От: "Williams, Travis L, NPONS"
Дата:
Сообщение: Re: How to find the definition of a sequence ?
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: insert question..