Postgres version change - pg_dump

From: sarlav kumar <sarlavk(at)yahoo(dot)com>
To: pgsqlnovice <pgsql-novice(at)postgresql(dot)org>, pgsqlperform <pgsql-performance(at)postgresql(dot)org>
Subject: Postgres version change - pg_dump
Date: 2004-12-20 14:40:34
Message-ID: 20041220144034.93247.qmail@web51306.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice pgsql-performance

Hi All,

Thanks to everyone for helping with my previous questions.

I have a test database running on Postgres 7.3.2.

version
-------------------------------------------------------------
PostgreSQL 7.3.2 on i686-pc-linux-gnu, compiled by GCC 2.96

I have another server where a newer version of postgres that came with the Fedora Core 3 package installed.

version
-------------------------------------------------------------------------------------------------------------------------
PostgreSQL 7.4.6 on i386-redhat-linux-gnu, compiled by GCC i386-redhat-linux-gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6)

I would like to do a pg_dump on the test database, and restore it in the new database on Postgres 7.4.6. I would like to know if there would be any problem due to the postgres version/OS change. If so, could someone tell me what precautions I can take to avoid any problems?

Thanks in advance,
Saranya



---------------------------------
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search. Learn more.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Andreas Kretschmer 2004-12-20 14:54:16 Re: [despammed] Postgres version change - pg_dump
Previous Message Gino Lucrezi 2004-12-20 11:40:45 Re: how to echo SQL commands in the output of a script

Browse pgsql-performance by date

  From Date Subject
Next Message Andreas Kretschmer 2004-12-20 14:54:16 Re: [despammed] Postgres version change - pg_dump
Previous Message Michael Adler 2004-12-20 14:07:51 Re: PG Logging is Slow