Missing Win32 archive_command example

Started by Bruce Momjianover 15 years ago3 messagesdocs
Jump to latest
#1Bruce Momjian
bruce@momjian.us

I noticed that there is no Win32 example for archive_command in our 9.0
docs in the PITR setup docs:

http://www.postgresql.org/docs/9.0/static/continuous-archiving.html#BACKUP-ARCHIVING-WAL

and no examples at all in the archive_command config section. We only
show Win32 recovery syntax examples for recovery.conf:

http://www.postgresql.org/docs/9.0/static/archive-recovery-settings.html

A Win32 example did exist in our 8.4 docs for the archive_command definition:

http://www.postgresql.org/docs/8.4/static/runtime-config-wal.html#RUNTIME-CONFIG-WAL-ARCHIVING

Seems there should be a Windows example right next to the Unix
archive_command example we have now.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

#2Robert Haas
robertmhaas@gmail.com
In reply to: Bruce Momjian (#1)
Re: Missing Win32 archive_command example

On Wed, Aug 18, 2010 at 3:25 PM, Bruce Momjian <bruce@momjian.us> wrote:

I noticed that there is no Win32 example for archive_command in our 9.0
docs in the PITR setup docs:

       http://www.postgresql.org/docs/9.0/static/continuous-archiving.html#BACKUP-ARCHIVING-WAL

and no examples at all in the archive_command config section.  We only
show Win32 recovery syntax examples for recovery.conf:

       http://www.postgresql.org/docs/9.0/static/archive-recovery-settings.html

A Win32 example did exist in our 8.4 docs for the archive_command definition:

       http://www.postgresql.org/docs/8.4/static/runtime-config-wal.html#RUNTIME-CONFIG-WAL-ARCHIVING

Seems there should be a Windows example right next to the Unix
archive_command example we have now.

I think that you are right.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

#3Bruce Momjian
bruce@momjian.us
In reply to: Robert Haas (#2)
Re: Missing Win32 archive_command example

Robert Haas wrote:

On Wed, Aug 18, 2010 at 3:25 PM, Bruce Momjian <bruce@momjian.us> wrote:

I noticed that there is no Win32 example for archive_command in our 9.0
docs in the PITR setup docs:

? ? ? ?http://www.postgresql.org/docs/9.0/static/continuous-archiving.html#BACKUP-ARCHIVING-WAL

and no examples at all in the archive_command config section. ?We only
show Win32 recovery syntax examples for recovery.conf:

? ? ? ?http://www.postgresql.org/docs/9.0/static/archive-recovery-settings.html

A Win32 example did exist in our 8.4 docs for the archive_command definition:

? ? ? ?http://www.postgresql.org/docs/8.4/static/runtime-config-wal.html#RUNTIME-CONFIG-WAL-ARCHIVING

Seems there should be a Windows example right next to the Unix
archive_command example we have now.

I think that you are right.

Done and backpatched.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +