Re: Re : Re : Resetting SEQUENCEs

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Re : Re : Resetting SEQUENCEs
Дата
Msg-id 20071018215416.GD6813@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re : Re : Resetting SEQUENCEs  (Laurent ROCHE <laurent_roche@yahoo.com>)
Список pgsql-general
Laurent ROCHE wrote:
> Hi,
>
> So nobody can help me to write the SELECT that will return the SEQUENCE names, and their linked columns and their
linkedtables ? 
> Are the system tables documented somewhere ?

Of course -- in the "internals" section.  You need pg_class where
relkind = 's', pg_depend, and possibly pg_attribute.

--
Alvaro Herrera                               http://www.PlanetPostgreSQL.org/
"La naturaleza, tan frágil, tan expuesta a la muerte... y tan viva"

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

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Re : Abbreviation list
Следующее
От: Karsten Hilbert
Дата:
Сообщение: Re: XMIN semantic at peril ?