Re: Redhat 7 and PgSQL

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Trond Eivind Glomsrød <teg(at)redhat(dot)com>
Cc: Efrain Caro <betsemes(at)hotmail(dot)com>, Jeff Hoffmann <jeff(at)propertykey(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Redhat 7 and PgSQL
Date: 2000-09-30 01:07:54
Message-ID: Pine.LNX.4.21.0009300304291.363-100000@peter
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Trond Eivind Glomsrød writes:

> > %preupgrade
> > pg_dumpall >somewhere

> 1) You don't know that postgresql is running. It probably isn't.

Then start it.

> 2) You don't know that you have the diskspace to do that.

Changing from one storage format to another always requires 2x space
(although a text dump is usually smaller than the internal
representation). And you're not going to get the storage format to not
ever change again. :-)

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2000-09-30 01:09:25 Re: Checking number of entries
Previous Message Peter Eisentraut 2000-09-29 23:48:50 Re: Methods in pgsql