Обсуждение: Missing Win32 archive_command example
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. +
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
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. +