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

From Paul Lambert
Subject Re: Archiving problem on Windows
Date
Msg-id 4756034B.8020208@reynolds.com.au
Whole thread Raw
In response to Re: Archiving problem on Windows  ("Christian Rengstl" <Christian.Rengstl@klinik.uni-regensburg.de>)
Responses Re: Archiving problem on Windows
List pgsql-general
Christian Rengstl wrote:
> show config_file points to the right one. I restarted the server after
> every change. After including the quotation marks as in the docs, the
> quotation marks also appeared in the command, so at least it shows that
> the config file was read.
>

How about show archive_command;? Just to verify that it's reading in the
right thing.

e.g.
My postgresql.conf:
archive_command = 'copy "%p" E:\\PostgreSQL\\WAL_Archive\\%f'

 From pgsql:
postgres=# show archive_command;
             archive_command
----------------------------------------
  copy "%p" E:\PostgreSQL\WAL_Archive\%f

Cheers,
Paul.

--
Paul Lambert
Database Administrator
AutoLedgers - A Reynolds & Reynolds Company


pgsql-general by date:

Previous
From: Ow Mun Heng
Date:
Subject: Windows Client App Was [Re: Tuning configuration]
Next
From: Tom Lane
Date:
Subject: Re: bug with >to_char('2007-12-31'::DATE, 'YYYYIW')<