How to identify the current WAL segment file - Mailing list pgsql-admin

From Tommy Cheng
Subject How to identify the current WAL segment file
Date
Msg-id 2267dd9e0712030221y6f597c08w1c90ccbe2a176554@mail.gmail.com
Whole thread Raw
List pgsql-admin
Hi everyone,

I am new to postgresql. So point me to somewhere else if you got the right direction.

i am using PostgreSQL 8.1.9 on a linux system and i want to setup PITR. i found that the segment size is too large that the copying frequency is not high enough.

So, i want to set up a cron job that periodically identifies the current WAL segment file once a minute and scp it to other server.

How to do that, can someone give me a template script?

Btw, i saw archieve_timeout setting in http://www.postgresql.org/docs/8.2/static/continuous-archiving.html
that may suits my need, can i use it in 8.1.9?


pgsql-admin by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: Re: connection limit exceeded
Next
From: "Scott Marlowe"
Date:
Subject: Re: Is there an easy and safe way to migrate a database to a new tablespace?