Re: pg_dump estimation - Mailing list pgsql-general

From Sam Mason
Subject Re: pg_dump estimation
Date
Msg-id 20080625081451.GQ2572@frubble.xen.chris-lamb.co.uk
Whole thread Raw
In response to pg_dump estimation  (Marcelo Martins <pglists@zeroaccess.org>)
Responses Re: pg_dump estimation  (Allan Kamau <allank@sanbi.ac.za>)
List pgsql-general
On Tue, Jun 24, 2008 at 11:13:14PM -0500, Marcelo Martins wrote:
> is there a way to find out / calculate / estimate how big a pg_dump
> using plain text format for a DB will be ?

How about simply doing:

  pg_dump | wc -c


  Sam

pgsql-general by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [XP SP2/SP3] FATAL: could not reattach to shared memory
Next
From: Klint Gore
Date:
Subject: Re: LIKE not using indexes (due to locale issue?)