Re: Catalogs about sequences

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Catalogs about sequences
Дата
Msg-id 12218.1047941765@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Catalogs about sequences  ("Cristian Custodio" <crstian@terra.com.br>)
Список pgsql-general
"Cristian Custodio" <crstian@terra.com.br> writes:
> Where Can I find the informations about my sequences.
> I just know I can find the name in pg_class, but where
> can I find the start, the increment, the cicly, cache, and so on...?

In the sequence itself.

SELECT * FROM name_of_sequence;

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: out of free buffers: time to abort!
Следующее
От: Douglas Trainor
Дата:
Сообщение: Re: Tomcat/Struts/Pooling?/Memory Sizes