@@ -77,13 +77,13 @@ tab to provide options related to data or pgAdmin objects that correspond to *pg
7777* Move switches in the **Sections ** field box to select a portion of the object
7878 that will be backed up.
7979
80- * Move the switch next to *Pre-data * towards right position to include all
80+ * Move the switch next to *Pre-data * to the * Yes * position to include all
8181 data definition items not included in the data or post-data item lists.
8282
83- * Move the switch next to *Data * towards right position to backup actual table
83+ * Move the switch next to *Data * to the * Yes * position to backup actual table
8484 data, large-object contents, and sequence values.
8585
86- * Move the switch next to *Post-data * towards right position to include
86+ * Move the switch next to *Post-data * to the * Yes * position to include
8787 definitions of indexes, triggers, rules, and constraints other than
8888 validated check constraints.
8989
@@ -94,13 +94,13 @@ tab to provide options related to data or pgAdmin objects that correspond to *pg
9494* Move switches in the **Type of objects ** field box to specify details about
9595 the type of objects that will be backed up.
9696
97- * Move the switch next to *Only data * towards right position to limit the back
97+ * Move the switch next to *Only data * to the * Yes * position to limit the back
9898 up to data.
9999
100100 * Move the switch next to *Only schemas * to limit the back up to schema-level
101101 database objects.
102102
103- * Move the switch next to *Blobs * towards left position to exclude large
103+ * Move the switch next to *Blobs * to the * No * position to exclude large
104104 objects in the backup.
105105
106106.. image :: images/backup_do_not_save.png
@@ -110,36 +110,36 @@ tab to provide options related to data or pgAdmin objects that correspond to *pg
110110* Move switches in the **Do not save ** field box to select the objects that will
111111 not be included in the backup.
112112
113- * Move the switch next to *Owner * towards right position to exclude commands
113+ * Move the switch next to *Owner * to the * Yes * position to exclude commands
114114 that set object ownership.
115115
116- * Move the switch next to *Privileges * towards right position to exclude
116+ * Move the switch next to *Privileges * to the * Yes * position to exclude
117117 commands that create access privileges.
118118
119- * Move the switch next to *Tablespaces * towards right position to exclude
119+ * Move the switch next to *Tablespaces * to the * Yes * position to exclude
120120 tablespaces.
121121
122- * Move the switch next to *Unlogged table data * towards right position to
122+ * Move the switch next to *Unlogged table data * to the * Yes * position to
123123 exclude the contents of unlogged tables.
124124
125- * Move the switch next to *Comments * towards right position to exclude
125+ * Move the switch next to *Comments * to the * Yes * position to exclude
126126 commands that set the comments. **Note: ** This option is visible only for
127127 database server greater than or equal to 11.
128128
129- * Move the switch next to *Publications * towards right position to exclude
129+ * Move the switch next to *Publications * to the * Yes * position to exclude
130130 publications.
131131
132- * Move the switch next to *Subscriptions * towards right position to exclude
132+ * Move the switch next to *Subscriptions * to the * Yes * position to exclude
133133 subscriptions.
134134
135- * Move the switch next to *Security labels * towards right position to exclude
135+ * Move the switch next to *Security labels * to the * Yes * position to exclude
136136 Security labels.
137137
138- * Move the switch next to *Toast compressions * towards right position to exclude
138+ * Move the switch next to *Toast compressions * to the * Yes * position to exclude
139139 Toast compressions. **Note: ** This option is visible only for
140140 database server greater than or equal to 14.
141141
142- * Move the switch next to *Table access methods * towards right position to exclude
142+ * Move the switch next to *Table access methods * to the * Yes * position to exclude
143143 Table access methods. **Note: ** This option is visible only for
144144 database server greater than or equal to 15.
145145
@@ -150,7 +150,7 @@ tab to provide options related to data or pgAdmin objects that correspond to *pg
150150Click the *Query Options * tab to continue. Use these additional fields to specify
151151the type of statements that should be included in the backup.
152152
153- * Move the switch next to *Use INSERT commands * towards right position to
153+ * Move the switch next to *Use INSERT commands * to the * Yes * position to
154154 dump the data in the form of INSERT statements rather than using a COPY
155155 command. Please note: this may make restoration from backup slow.
156156
@@ -165,16 +165,16 @@ the type of statements that should be included in the backup.
165165 **Note: ** This option is visible only for database server greater than or
166166 equal to 12.
167167
168- * Move the switch next to *Include CREATE DATABASE statement * towards right
168+ * Move the switch next to *Include CREATE DATABASE statement * to the * Yes *
169169 position to include a command in the backup that creates a new database
170170 when restoring the backup.
171171
172- * Move the switch next to *Include DROP DATABASE statement * towards right
172+ * Move the switch next to *Include DROP DATABASE statement * to the * Yes *
173173 position to include a command in the backup that will drop any existing
174174 database object with the same name before recreating the object during a
175175 backup.
176176
177- * Move the switch next to *Include IF EXISTS clause * towards right
177+ * Move the switch next to *Include IF EXISTS clause * to the * Yes *
178178 position to add an IF EXISTS clause to drop databases and other objects.
179179 This option is not valid unless *Include DROP DATABASE statement * is also set.
180180
@@ -185,17 +185,17 @@ the type of statements that should be included in the backup.
185185Click the *Table Options * tab to continue. Use the fields in the *Table Options *
186186tab related to tables that should be included in the backup.
187187
188- * Move the switch next to *Use Column INSERTS * towards right position to dump
188+ * Move the switch next to *Use Column INSERTS * to the * Yes * position to dump
189189 the data in the form of INSERT statements and include explicit column
190190 names. Please note: this may make restoration from backup slow.
191191
192- * Move the switch next to *Load via partition root * towards right position,
192+ * Move the switch next to *Load via partition root * to the * Yes * position,
193193 so when dumping a COPY or INSERT statement for a partitioned table, target
194194 the root of the partitioning hierarchy which contains it rather than the
195195 partition itself. **Note: ** This option is visible only for database server
196196 greater than or equal to 11.
197197
198- * Move the switch next to *Enable row security * towards right position to
198+ * Move the switch next to *Enable row security * to the * Yes * position to
199199 set row_security to on instead, allowing the user to dump the parts of the
200200 contents of the table that they have access to. This option is relevant
201201 only when dumping the contents of a table which has row security.
@@ -235,10 +235,10 @@ tab to provide other backup options.
235235 that should be excluded from the backup.
236236
237237 * Move the switch next to *Triggers * (active when creating a data-only backup)
238- towards right position to include commands that will disable triggers on the
238+ to the * Yes * position to include commands that will disable triggers on the
239239 target table while the data is being loaded.
240240
241- * Move the switch next to *$ quoting * towards right position to enable dollar
241+ * Move the switch next to *$ quoting * to the * Yes * position to enable dollar
242242 quoting within function bodies; if disabled, the function body will be
243243 quoted using SQL standard string syntax.
244244
@@ -249,13 +249,13 @@ tab to provide other backup options.
249249* Move switches in the **Miscellaneous ** field box to specify miscellaneous
250250 backup options.
251251
252- * Move the switch next to *Verbose messages * towards left position to instruct
252+ * Move the switch next to *Verbose messages * to the * No * position to instruct
253253 *pg_dump * to exclude verbose messages.
254254
255- * Move the switch next to *Force double quotes on identifiers * towards right
255+ * Move the switch next to *Force double quotes on identifiers * to the * Yes *
256256 position to force the quoting of all identifiers.
257257
258- * Move the switch next to *Use SET SESSION AUTHORIZATION * towards right
258+ * Move the switch next to *Use SET SESSION AUTHORIZATION * to the * Yes *
259259 position to include a statement that will use a SET SESSION AUTHORIZATION
260260 command to determine object ownership (instead of an ALTER OWNER command).
261261
@@ -265,9 +265,9 @@ tab to provide other backup options.
265265 * Use the *Extra float digits * field to use the specified value when dumping
266266 floating-point data, instead of the maximum available precision.
267267
268- * Use the *Lock wait timeout * field to do not wait forever to acquire shared
269- table locks at the beginning of the dump. Instead, fail if unable to lock a
270- table within the specified timeout.
268+ * Use the *Lock wait timeout * field to specify a timeout rather than waiting
269+ indefinitely to acquire shared table locks at the beginning of the dump.
270+ If unable to lock a table within the specified timeout, the operation will fail .
271271
272272Click the *Objects * tab to continue.
273273
@@ -287,6 +287,6 @@ command:
287287
288288* Click the *Cancel * button to exit without saving work.
289289
290- pgAdmin will run the backup process in background. You can view all the background
291- process with there running status and logs on the :ref: `Processes <processes >`
292- tab
290+ pgAdmin will run the backup process in the background. You can view all the background
291+ processes with their running status and logs on the :ref: `Processes <processes >`
292+ tab.
0 commit comments