preserving statistics settings

Поиск
Список
Период
Сортировка
От nconway@klamath.dyndns.org (Neil Conway)
Тема preserving statistics settings
Дата
Msg-id 20020719162710.GA21879@klamath.dyndns.org
обсуждение исходный текст
Ответы Re: preserving statistics settings  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Shouldn't the effect of ALTER TABLE ALTER COLUMN SET STATISTICS be
recorded by pg_dump?

For example:

CREATE TABLE foo (col1 int, col2 int);

ALTER TABLE foo ALTER COLUMN col1 SET STATISTICS 100;

$ pg_dumpall

After removing the database and restoring from the dump, the effect of
the ALTER TABLE ALTER COLUMN SET STATISTICS will be lost...

Cheers,

Neil

-- 
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC


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

Предыдущее
От: nconway@klamath.dyndns.org (Neil Conway)
Дата:
Сообщение: Re: RFC: listing lock status
Следующее
От: Tom Lane
Дата:
Сообщение: Re: preserving statistics settings