| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Hans Postma <hans(at)aeteurope(dot)nl> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #2634: path requires double \\ for WAL |
| Date: | 2006-09-18 17:37:21 |
| Message-ID: | 200609181737.k8IHbLa10155@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Hans Postma wrote:
>
> The following bug has been logged online:
>
> Bug reference: 2634
> Logged by: Hans Postma
> Email address: hans(at)aeteurope(dot)nl
> PostgreSQL version: 8.1
> Operating system: Windows XP VM virtual server
> Description: path requires double \\ for WAL archiving
> Details:
>
> Hi there
> Trying to use WAL-archiving, I discovered that to decribe the path where I
> want the copies of the WAL-file to go, I need to enter the following in the
> PostgreSQL.conf file:
>
> archive_command = 'copy "%p" C:\\<folder>\\" %f" '
>
> I am using a Windows 2000 (version 5 SP4) virtual server (VM 5.0.0 build
> 13124) running on Windows XP.
>
> yours, Hans Postma
Yes, this is required because we use backslashes for escapes. The
backslashing can be turned off in 8.2.
--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeff Davis | 2006-09-18 18:26:55 | Re: BUG #2634: path requires double \\ for WAL |
| Previous Message | michael.eggerichs | 2006-09-18 14:35:46 | BUG #2635: manual service registration after install |