Re: doc patch - archive/restore_command on windows
От
Bruce Momjian
Тема
Re: doc patch - archive/restore_command on windows
Дата
Msg-id
200807181733.m6IHXnh26332@momjian.us
Ответ на
Re: doc patch - archive/restore_command on windows (ITAGAKI Takahiro)
Список
Дерево обсуждения
doc patch - archive/restore_command on windows ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>
Re: doc patch - archive/restore_command on windows ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>
Re: doc patch - archive/restore_command on windows Bruce Momjian <bruce@momjian.us>
Re: doc patch - archive/restore_command on windows Bruce Momjian <bruce@momjian.us>
Re: doc patch - archive/restore_command on windows Andrew Dunstan <andrew@dunslane.net>
This is the patch version I applied. Thanks again. --------------------------------------------------------------------------- ITAGAKI Takahiro wrote: > Sorry, this is a correct patch. > > Index: doc/src/sgml/backup.sgml > =================================================================== > --- doc/src/sgml/backup.sgml (HEAD) > +++ doc/src/sgml/backup.sgml (working copy) > @@ -1122,7 +1122,7 @@ > when so asked. Examples: > > restore_command = 'cp /mnt/server/archivedir/%f "%p"' > -restore_command = 'copy /mnt/server/archivedir/%f "%p"' # Windows > +restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows > > > > Index: doc/src/sgml/config.sgml > =================================================================== > --- doc/src/sgml/config.sgml (HEAD) > +++ doc/src/sgml/config.sgml (working copy) > @@ -1698,7 +1698,7 @@ > and only if it succeeds. Examples: > > archive_command = 'cp "%p" /mnt/server/archivedir/"%f"' > -archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows > +archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows > > > > > > Regards, > --- > ITAGAKI Takahiro > NTT Open Source Software Center > > > > -- > Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-patches -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. +
В списке pgsql-patches по дате отправления