Re: How to Output PSQL Errors to a Log File?

From: "Wang, Mary Y" <mary(dot)y(dot)wang(at)boeing(dot)com>
To: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to Output PSQL Errors to a Log File?
Date: 2010-02-26 05:25:11
Message-ID: FA20D4C4FEBFD148B1C0CB09913825FC01EBE345D8@XCH-SW-06V.sw.nos.boeing.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Cool! That worked. Thanks. Now I just have to see if I can migrate the database data from 7.1 to 8.3 successfully.
Mary

-----Original Message-----
From: Devrim GÜNDÜZ [mailto:devrim(at)gunduz(dot)org]
Sent: Monday, February 22, 2010 11:43 PM
To: Wang, Mary Y
Cc: Joshua D. Drake; pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] How to Output PSQL Errors to a Log File?

On Mon, 2010-02-22 at 23:32 -0800, Wang, Mary Y wrote:
> No. I dumped the 7.1 with the 7.1 version of pg_dump.
> Is it better to dump with the 8.3 version of pg_dump?

Since you will be restoring your data to a 8.3 server, you should use
8.3 pg_dump, yes.

> I thought I read it some where in the mailing lists. I don't know
> how I would be able to dump with the 8.3 version of pg_dump. The
> database and Postgres 7.1 is loaded on the current production box and
> Postgres 8.3.8 is loaded on a dev server that I plan to migrate the
> database to.

After setting tcpip_socket to true and granting access using pg_hba.conf, you can connect from 8.3 machine to 7.1 machine (you may need to change your firewall settings, etc), like:

pg_dump -h ip/hostname/of/7.1/machine dbname -f dump.file

You don't need to compile and install 8.3 to 7.1 machine.
--
Devrim GÜNDÜZ, RHCE
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Wang, Mary Y 2010-02-26 06:44:01 Two Versions of PostgreSQL Installed - How to uninstall one particular version
Previous Message John Gage 2010-02-26 04:09:27 Re: Problems with the Windows 8.4.1 upgrade from 8.3 on non-C drive