How to identify the current WAL segment file

How to identify the current WAL segment file

am 03.12.2007 11:21:09 von Tommy Cheng

------=_Part_6177_24752580.1196677269566
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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-archivi ng.html
that may suits my need, can i use it in 8.1.9?

------=_Part_6177_24752580.1196677269566
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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
that may suits my need, can i use it in
8.1.9?




------=_Part_6177_24752580.1196677269566--