Re: POSTGRES WAL

From: Mageshwaran <j_mageshwaran(at)sifycorp(dot)com>
To: Mageshwaran <j_mageshwaran(at)sifycorp(dot)com>
Cc: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Chad Wagner <chad(dot)wagner(at)gmail(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-hackers(at)postgresql(dot)org, deductive(at)kutoma(dot)com
Subject: Re: POSTGRES WAL
Date: 2007-03-01 05:26:31
Message-ID: 45E66407.5030206@sifycorp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi ,

I want setup replication for postgres server , please help me on this
issue. I dont want to use any third party programs. I like to do it
using WAL.

Regards
J Mageshwaran

Mageshwaran wrote:

> Thanks tsunakawa , harris
>
>
> Jonah H. Harris wrote:
>
>> On 2/28/07, Mageshwaran <j_mageshwaran(at)sifycorp(dot)com> wrote:
>>
>>> Is there any method or utility to convert content of WAL files into
>>> Human Readable format.
>>
>>
>>
>> Not really. The only two WAL utilities available that I know of are
>> Tom's xlogdump and the SoC project based on it called XlogViewer.
>>
>> http://pgfoundry.org/projects/xlogviewer/
>>
>
>
> ********** DISCLAIMER **********
> Information contained and transmitted by this E-MAIL is proprietary to
> Sify Limited and is intended for use only by the individual or entity
> to which it is addressed, and may contain information that is
> privileged, confidential or exempt from disclosure under applicable
> law. If this is a forwarded message, the content of this E-MAIL may
> not have been sent with the authority of the Company. If you are not
> the intended recipient, an agent of the intended recipient or a
> person responsible for delivering the information to the named
> recipient, you are notified that any use, distribution, transmission,
> printing, copying or dissemination of this information in any way or
> in any manner is strictly prohibited. If you have received this
> communication in error, please delete this mail & notify us
> immediately at admin(at)sifycorp(dot)com
>
>
> Watch the latest updates on Mumbai, with video coverage of news, events,
> Bollywood, live darshan from Siddhivinayak temple and more, only on
> www.mumbailive.in
>
> Watch the hottest videos from Bollywood, Fashion, News and more only on
> www.sifymax.com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-03-01 05:45:54 Re: [HACKERS] Deadlock with pg_dump?
Previous Message Jonah H. Harris 2007-03-01 05:20:07 Re: COMMIT NOWAIT Performance Option