aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTomas Vondra <tomas.vondra@postgresql.org>2024-06-30 19:20:02 +0200
committerTomas Vondra <tomas.vondra@postgresql.org>2024-06-30 20:53:31 +0200
commita9577bae6b5c88c6865597aacd33b93d1b17e497 (patch)
tree47cf590db59b89d434c2807d3e99c2eeaaba1e04 /doc/src
parente99e840b82756bc6858222d97453639cef929b53 (diff)
downloadpostgresql-a9577bae6b5c88c6865597aacd33b93d1b17e497.tar.gz
postgresql-a9577bae6b5c88c6865597aacd33b93d1b17e497.zip
Add pg_combinebackup --copy option
Introduces --copy as an alternative to --clone and --copy-file-range. This option simply picks the default mode to copy files, as if none of the options was specified. This makes pg_combinebackup options more consistent with pg_upgrade, and it makes testing simpler. Reported-by: Peter Eisentraut Discussion: https://postgr.es/m/48da4a1f-ccd9-4988-9622-24f37b1de2b4%40eisentraut.org
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_combinebackup.sgml10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/pg_combinebackup.sgml b/doc/src/sgml/ref/pg_combinebackup.sgml
index 375307d57bd..091982f62ad 100644
--- a/doc/src/sgml/ref/pg_combinebackup.sgml
+++ b/doc/src/sgml/ref/pg_combinebackup.sgml
@@ -163,6 +163,16 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
+ <term><option>--copy</option></term>
+ <listitem>
+ <para>
+ Perform regular file copy. This is the default. (See also
+ <option>--copy-file-range</option> and <option>--clone</option>.)
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--copy-file-range</option></term>
<listitem>
<para>