Re: [PROPOSAL] Backup and recovery of pg_statistic

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: [PROPOSAL] Backup and recovery of pg_statistic
Дата
Msg-id CANP8+jK+eoTwzo_jbyQ5+_7DSh50Od4iYWp20oRw+C7DKVRWsA@mail.gmail.com
обсуждение исходный текст
Ответ на [PROPOSAL] Backup and recovery of pg_statistic  (Dmitry Ivanov <d.ivanov@postgrespro.ru>)
Ответы Re: [PROPOSAL] Backup and recovery of pg_statistic  (Dmitry Ivanov <d.ivanov@postgrespro.ru>)
Список pgsql-hackers
On 27 November 2015 at 15:52, Dmitry Ivanov <d.ivanov@postgrespro.ru> wrote:

Currently there is no way to backup 'pg_statistic' because columns of
'anyarray' type cannot be reconstructed solely with their textual
representation. Meanwhile, all that is needed to solve this problem is a small
extension capable of retrieving the element type of an 'anyarray' object and
recreating this particular 'anyarray' object using the 'array_in' procedure.

Please submit a patch on core for this. 

--
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Tab-comletion for RLS
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Move PinBuffer and UnpinBuffer to atomics