aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-08-12 19:03:44 +0000
committerBruce Momjian <bruce@momjian.us>2004-08-12 19:03:44 +0000
commit10249abfa19a53e9e158396333400ae66ae1c02b (patch)
tree80887a83530e2fc6244c0ac9396c01f6f9a82b47 /src/backend/utils/misc/postgresql.conf.sample
parent43ea65a0dcc1de11e7de841cdf6bc57348ac17b1 (diff)
downloadpostgresql-10249abfa19a53e9e158396333400ae66ae1c02b.tar.gz
postgresql-10249abfa19a53e9e158396333400ae66ae1c02b.zip
Cleanup Win32 COPY handling, and move archive examples to SGML.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 28463c6ae9b..cdd427f04b6 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -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
#---------------------------------------------------------------------------