ALTER STATISTIC and dump ?

From: Hervé Piedvache <herve(at)elma(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: ALTER STATISTIC and dump ?
Date: 2003-01-31 09:19:49
Message-ID: 20030131092512.E2EBD41818@mailer.elma.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I just want to know if the command :

ALTER TABLE [ ONLY ] table [ * ]
     ALTER [ COLUMN ] column SET STATISTICS integer

is also applied after a pg_dumpall, and the integration of the data in a new
database ?

How to know if so or not ?

Thanks for your answer,

Regards,
--
Hervé Piedvache

Elma Ingénierie Informatique
6 rue du Faubourg Saint-Honoré
F-75008 - Paris - France
Tel. 33-144949901
fax. 33-144949902

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ido Tamir 2003-01-31 10:17:26 pgSQL function for: SELECT ... WHERE EXISTS ( SELECT true myFunc() )
Previous Message Arjen van der Meijden 2003-01-31 09:16:24 Re: Basic SQL join question