mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Cleanup Win32 COPY handling, and move archive examples to SGML.
This commit is contained in:
@ -117,16 +117,6 @@
|
||||
# - Archiving -
|
||||
|
||||
#archive_command = '' # command to use to archive a logfile segment
|
||||
#
|
||||
# If archive_command is '' then archiving is disabled. Otherwise, set it
|
||||
# to a command to copy a file to the proper place. Any %p in the string
|
||||
# is replaced by the absolute path of the file to archive, while any %f is
|
||||
# replaced by the file name only. NOTE: it is important for the command to
|
||||
# return zero exit status only if it succeeds.
|
||||
#
|
||||
# Examples:
|
||||
# archive_command = 'cp "%p" /mnt/server/archivedir/"%f"'
|
||||
# archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Win32
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user