|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.183 2008/07/10 22:08:17 tgl Exp $ --> |
|
|
|
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.184 2008/07/18 17:33:17 momjian Exp $ --> |
|
|
|
|
|
|
|
|
|
<chapter Id="runtime-config"> |
|
|
|
|
<title>Server Configuration</title> |
|
|
|
@ -1698,7 +1698,7 @@ SET ENABLE_SEQSCAN TO OFF; |
|
|
|
|
and only if it succeeds. Examples: |
|
|
|
|
<programlisting> |
|
|
|
|
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 |
|
|
|
|
</programlisting> |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|