Re: improve performance of pg_dump with many sequences

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: improve performance of pg_dump with many sequences
Дата
Msg-id 3578088.1721242766@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: improve performance of pg_dump with many sequences  (Nathan Bossart <nathandbossart@gmail.com>)
Ответы Re: improve performance of pg_dump with many sequences
Список pgsql-hackers
Nathan Bossart <nathandbossart@gmail.com> writes:
> On second thought, I worry that this change might needlessly complicate the
> pg_sequences system view.  Maybe we should just add a
> pg_sequence_get_tuple() function that returns everything in
> FormData_pg_sequence_data for a given sequence OID...

Uh ... why do we need a function, rather than just

select * from pg_sequence

?

            regards, tom lane



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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: improve performance of pg_dump with many sequences
Следующее
От: Alexander Lakhin
Дата:
Сообщение: Re: [EXTERNAL] Re: Add non-blocking version of PQcancel