preserving statistics settings - Mailing list pgsql-hackers

From nconway@klamath.dyndns.org (Neil Conway)
Subject preserving statistics settings
Date
Msg-id 20020719162710.GA21879@klamath.dyndns.org
Whole thread Raw
Responses Re: preserving statistics settings
List 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 by date:

Previous
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: Re: RFC: listing lock status
Next
From: Tom Lane
Date:
Subject: Re: preserving statistics settings