Re: Postgresql takes more time to update

From: "Suresh Gupta VG" <suresh(dot)g(at)zensar(dot)com>
To: "Peter Koczan" <pjkoczan(at)gmail(dot)com>
Cc: <scott(dot)marlowe(at)gmail(dot)com>, <pgsql-admin(at)postgresql(dot)org>, <pgsql-admin-owner(at)postgresql(dot)org>
Subject: Re: Postgresql takes more time to update
Date: 2007-10-24 07:11:16
Message-ID: 3D5445983859B84B92669C0D883EA6FB0AC8C484@ZENMAILHQ1.ind.zensar.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Peter, Thanks for your response.

with thanks and regards,

G.V. Suresh Gupta

Sr. Software Engineer

Batelco Phase II

Mo: +91 9890898688

Ph : +9120 66453213

________________________________

From: Peter Koczan [mailto:pjkoczan(at)gmail(dot)com]
Sent: Wednesday, October 24, 2007 3:18 AM
To: Suresh Gupta VG
Cc: scott(dot)marlowe(at)gmail(dot)com; pgsql-admin(at)postgresql(dot)org;
pgsql-admin-owner(at)postgresql(dot)org
Subject: Re: [ADMIN] Postgresql takes more time to update

On 10/23/07, Suresh Gupta VG <suresh(dot)g(at)zensar(dot)com> wrote:

Hi Peter,

1) We are using "psql 7.4.2" version of Postgresql, need to create
a new schema similar to the current schema with all the objects as in
the current schema. Do we have any command to support this operation?

If you upgrade to the newest release in the 7.4 branch, you should just
have to stop the database server and start the new version of postgres.
If you are upgrading to an 8.x version (8.0, 8.1, or 8.2), you'll have
to dump/restore using the method Scott mentioned.

2) We need to shift all the data between 2 different
databases in 2 different servers. What is the best way to go either
backup or copy command?

Again, it depends on if you're going with the newest 7.4 release or a
new 8.x release. For the newest 7.4, you can simply rsync or do a
straight copy of the file system. If you're going with 8.x, you'll need
to dump/restore using the method Scott mentioned.

3) Any equivalent command to export and import commands
in Oracle/SQL.

I'm afraid I don't know enough about Oracle to answer that question.

Peter

DISCLAIMER:
This email may contain confidential or privileged information for the intended recipient(s) and the views expressed in the same are not necessarily the views of Zensar Technologies Ltd. If you are not the intended recipient or have received this e-mail by error, its use is strictly prohibited, please delete the e-mail and notify the sender. Zensar Technologies Ltd. does not accept any liability for virus infected mails.

Browse pgsql-admin by date

  From Date Subject
Next Message Craig McElroy 2007-10-24 07:20:15 Problem with PITR Past Particular WAL File
Previous Message Suresh Gupta VG 2007-10-24 07:11:04 Re: Postgresql takes more time to update