Re: Archiving problem on Windows - Mailing list pgsql-general

From A. Kretschmer
Subject Re: Archiving problem on Windows
Date
Msg-id 20071204110331.GF25044@a-kretschmer.de
Whole thread Raw
In response to Archiving problem on Windows  ("Christian Rengstl" <Christian.Rengstl@klinik.uni-regensburg.de>)
Responses Re: Archiving problem on Windows
List pgsql-general
am  Mon, dem 03.12.2007, um 12:29:39 +0100 mailte Christian Rengstl folgendes:
> Hi list,
>
> a have a problem using the following archiving command on windows:
> 'copy %p C:\\Archive\\DBArchive\\%f'

According the doc, the command should be:

archive_command = 'copy "%p" /mnt/server/archivedir/"%f"'  # Windows


Perhaps missing "" around the parameters %p and %f, AND/OR wrong path for
the destination (\\ instead /), i'm not sure, i'm not familiar with PG
under Windows.


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

pgsql-general by date:

Previous
From: Reg Me Please
Date:
Subject: Re: "Suspending" indexes and constraint updates
Next
From: "Christian Rengstl"
Date:
Subject: Re: Archiving problem on Windows