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
Ответ на
Список
Дерево обсуждения
Re: How to find the definition of a sequence ? "Williams, Travis L, NPONS" <tlw@att.com>
Liviu BURCUSEL  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
Дата:
От: Bruno Wolff III
Дата:
Сообщение: Re: insert question..
FAQ