Re: Error during a dump (ts_selectivity, not found) - Mailing list pgsql-general

From Vick Khera
Subject Re: Error during a dump (ts_selectivity, not found)
Date
Msg-id AANLkTikd5d4OnWtbBBS5DW88LSRiLVMiR3_8VQwirmm0@mail.gmail.com
Whole thread Raw
In response to Re: Error during a dump (ts_selectivity, not found)  (Ahmed Ossama <ahmed@aossama.net>)
List pgsql-general
On Wed, Jan 19, 2011 at 3:00 PM, Ahmed Ossama <ahmed@aossama.net> wrote:
> Am I making an accurate comparison between the original db and the one i am
> trying to dump by comparing their sizes?
>

No.

What you might want to do is take a pg_dump of the newly restored DB
and see if its size is comparable to the size of the original dump.
These are in a compact format.  The on-disk format of the database
probably has some extra space in it from processing updates and
deletes over time.

The other option is to count the number of rows per table and compare those.

pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: How can I find a schema that a table belong to?
Next
From: Tom Lane
Date:
Subject: Re: Error during a dump (ts_selectivity, not found)