Re: Have psql show current sequnce values - (Resubmission)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Have psql show current sequnce values - (Resubmission)
Дата
Msg-id 24338.1170983753@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Have psql show current sequnce values - (Resubmission)  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Have psql show current sequnce values - (Resubmission)  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
Alvaro Herrera <alvherre@commandprompt.com> writes:
> I think we discussed replacing the current sequence representation with
> a single relation that would contain all sequences in the database, so
> that you could do "select * from pg_sequence" and get all the values in
> one go.  The idea was considered not implementable at the time due to us
> not having "non transactional relations", but I'd suggest adding it to
> the TODO so that we don't forget later.

I wonder if we could kluge it by making all sequences inheritance
children of a dummy "pg_sequence" relation.  Or perhaps better,
implement this as a system view on a set-returning function --- if there
are lots of sequences the planner's not likely to help you much anyway.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: SSL enhancement patch ver.2
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Have psql show current sequnce values - (Resubmission)