Re: upgrading a database with large objects

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: henryso(at)earthling(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: upgrading a database with large objects
Date: 2001-06-04 15:17:30
Message-ID: 281.991667850@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Henry T. So Jr." <henryso(at)earthling(dot)net> writes:
> Is there a howto or some other sort of document that details what I should do
> to upgrade my PostgreSQL 7.0.x database (which has large objects) to a 7.1.x
> database? Do I have to write a progrem to do it? Or am I just too worried
> about it because it will be handled auto-magically?

The easiest way is to use 7.1.2 or later pg_dump to dump your old
database; pg_dump now knows about LOs, and it will still talk to your
old server. Read the man page though; I don't believe that LO dumping
is on by default.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Trond Eivind =?iso-8859-1?q?Glomsr=F8d?= 2001-06-04 15:27:21 Re: 7.1.2 packaging
Previous Message Jim Mercer 2001-06-04 15:16:40 template1, can there be a template2/3/4?