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