In response to Allan Kamau <[EMAIL PROTECTED]>:
> Sam Mason wrote:
> > 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 simp
Sam Mason wrote:
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
Hi Marcelo,
If (using Sam's suggest
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
--
Sent via pgsql-general mailing list (pgsql-general@postgresq
is there a way to find out / calculate / estimate how big a pg_dump
using plain text format for a DB will be ?
I have this system with a 7.4 version and a DB that is over 60GB and I
know that the admins have never done a vacuum there.
The system only has about 20GB of free space so I don't want