Skip to content

Commit ec3b508

Browse files
committed
Cleanup a bunch of documentation issues.
1 parent 7885ed7 commit ec3b508

35 files changed

+197
-197
lines changed

docs/en_US/backup_dialog.rst

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -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
150150
Click the *Query Options* tab to continue. Use these additional fields to specify
151151
the 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.
185185
Click the *Table Options* tab to continue. Use the fields in the *Table Options*
186186
tab 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

272272
Click 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.

docs/en_US/backup_globals_dialog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ statements that should be included in the backup.
3434
Click the *Backup* button to build and execute a command based on your
3535
selections; click the *Cancel* button to exit without saving work.
3636

37-
pgAdmin will run the backup process in background. You can view all the background
38-
process with there running status and logs on the :ref:`Processes <processes>`
39-
tab
37+
pgAdmin will run the backup process in the background. You can view all the background
38+
processes with their running status and logs on the :ref:`Processes <processes>`
39+
tab.

docs/en_US/backup_server_dialog.rst

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tab to provide options related to data or pgAdmin objects that correspond to *pg
3434
* Move switches in the **Type of objects** field box to specify details about
3535
the type of objects that will be backed up.
3636

37-
* Move the switch next to *Only data* towards right position to limit the back
37+
* Move the switch next to *Only data* to the *Yes* position to limit the back
3838
up to data.
3939

4040
* Move the switch next to *Only schemas* to limit the back up to schema-level
@@ -52,39 +52,39 @@ tab to provide options related to data or pgAdmin objects that correspond to *pg
5252
* Move switches in the **Do not save** field box to select the objects that will
5353
not be included in the backup.
5454

55-
* Move the switch next to *Owner* towards right position to exclude commands
55+
* Move the switch next to *Owner* to the *Yes* position to exclude commands
5656
that set object ownership.
5757

58-
* Move the switch next to *Role passwords* towards right position to exclude
58+
* Move the switch next to *Role passwords* to the *Yes* position to exclude
5959
passwords for roles.
6060

61-
* Move the switch next to *Privileges* towards right position to exclude
61+
* Move the switch next to *Privileges* to the *Yes* position to exclude
6262
commands that create access privileges.
6363

64-
* Move the switch next to *Tablespaces* towards right position to exclude
64+
* Move the switch next to *Tablespaces* to the *Yes* position to exclude
6565
tablespaces.
6666

67-
* Move the switch next to *Unlogged table data* towards right position to
67+
* Move the switch next to *Unlogged table data* to the *Yes* position to
6868
exclude the contents of unlogged tables.
6969

70-
* Move the switch next to *Comments* towards right position to exclude
70+
* Move the switch next to *Comments* to the *Yes* position to exclude
7171
commands that set the comments. **Note:** This option is visible only for
7272
database server greater than or equal to 11.
7373

74-
* Move the switch next to *Publications* towards right position to exclude
74+
* Move the switch next to *Publications* to the *Yes* position to exclude
7575
publications.
7676

77-
* Move the switch next to *Subscriptions* towards right position to exclude
77+
* Move the switch next to *Subscriptions* to the *Yes* position to exclude
7878
subscriptions.
7979

80-
* Move the switch next to *Security labels* towards right position to exclude
80+
* Move the switch next to *Security labels* to the *Yes* position to exclude
8181
Security labels.
8282

83-
* Move the switch next to *Toast compressions* towards right position to exclude
83+
* Move the switch next to *Toast compressions* to the *Yes* position to exclude
8484
Toast compressions. **Note:** This option is visible only for
8585
database server greater than or equal to 14.
8686

87-
* Move the switch next to *Table access methods* towards right position to exclude
87+
* Move the switch next to *Table access methods* to the *Yes* position to exclude
8888
Table access methods. **Note:** This option is visible only for
8989
database server greater than or equal to 15.
9090

@@ -95,7 +95,7 @@ tab to provide options related to data or pgAdmin objects that correspond to *pg
9595
Click the *Query Options* tab to continue. Use these additional fields to specify
9696
the type of statements that should be included in the backup.
9797

98-
* Move the switch next to *Use INSERT commands* towards right position to
98+
* Move the switch next to *Use INSERT commands* to the *Yes* position to
9999
dump the data in the form of INSERT statements rather than using a COPY
100100
command. Please note: this may make restoration from backup slow.
101101

@@ -110,12 +110,12 @@ the type of statements that should be included in the backup.
110110
**Note:** This option is visible only for database server greater than or
111111
equal to 12.
112112

113-
* Move the switch next to *Include DROP DATABASE statement* towards right
113+
* Move the switch next to *Include DROP DATABASE statement* to the *Yes*
114114
position to include a command in the backup that will drop any existing
115115
database object with the same name before recreating the object during a
116116
backup.
117117

118-
* Move the switch next to *Include IF EXISTS clause* towards right
118+
* Move the switch next to *Include IF EXISTS clause* to the *Yes*
119119
position to add an IF EXISTS clause to drop databases and other objects.
120120
This option is not valid unless *Include DROP DATABASE statement* is also set.
121121

@@ -126,11 +126,11 @@ the type of statements that should be included in the backup.
126126
Click the *Table Options* tab to continue. Use the fields in the *Table Options*
127127
tab related to tables that should be included in the backup.
128128

129-
* Move the switch next to *Use Column INSERTS* towards right position to dump
129+
* Move the switch next to *Use Column INSERTS* to the *Yes* position to dump
130130
the data in the form of INSERT statements and include explicit column
131131
names. Please note: this may make restoration from backup slow.
132132

133-
* Move the switch next to *Load via partition root* towards right position,
133+
* Move the switch next to *Load via partition root* to the *Yes* position,
134134
so when dumping a COPY or INSERT statement for a partitioned table, target
135135
the root of the partitioning hierarchy which contains it rather than the
136136
partition itself. **Note:** This option is visible only for database server
@@ -147,10 +147,10 @@ tab to provide other backup options.
147147
that should be excluded from the backup.
148148

149149
* Move the switch next to *Triggers* (active when creating a data-only backup)
150-
towards right position to include commands that will disable triggers on the
150+
to the *Yes* position to include commands that will disable triggers on the
151151
target table while the data is being loaded.
152152

153-
* Move the switch next to *$ quoting* towards right position to enable dollar
153+
* Move the switch next to *$ quoting* to the *Yes* position to enable dollar
154154
quoting within function bodies; if disabled, the function body will be
155155
quoted using SQL standard string syntax.
156156

@@ -161,13 +161,13 @@ tab to provide other backup options.
161161
* Move switches in the **Miscellaneous** field box to specify miscellaneous
162162
backup options.
163163

164-
* Move the switch next to *Verbose messages* towards left position to instruct
164+
* Move the switch next to *Verbose messages* to the *No* position to instruct
165165
*pg_dumpall* to exclude verbose messages.
166166

167-
* Move the switch next to *Force double quotes on identifiers* towards right
167+
* Move the switch next to *Force double quotes on identifiers* to the *Yes*
168168
position to force the quoting of all identifiers.
169169

170-
* Move the switch next to *Use SET SESSION AUTHORIZATION* towards right
170+
* Move the switch next to *Use SET SESSION AUTHORIZATION* to the *Yes*
171171
position to include a statement that will use a SET SESSION AUTHORIZATION
172172
command to determine object ownership (instead of an ALTER OWNER command).
173173

@@ -177,9 +177,9 @@ tab to provide other backup options.
177177
* Use the *Extra float digits* field to use the specified value when dumping
178178
floating-point data, instead of the maximum available precision.
179179

180-
* Use the *Lock wait timeout* field to do not wait forever to acquire shared
181-
table locks at the beginning of the dump. Instead, fail if unable to lock a
182-
table within the specified timeout.
180+
* Use the *Lock wait timeout* field to specify a timeout rather than waiting
181+
indefinitely to acquire shared table locks at the beginning of the dump.
182+
If unable to lock a table within the specified timeout, the operation will fail.
183183

184184
When you’ve specified the details that will be incorporated into the pg_dumpall
185185
command:
@@ -189,6 +189,6 @@ command:
189189

190190
* Click the *Cancel* button to exit without saving work.
191191

192-
pgAdmin will run the backup process in background. You can view all the background
193-
process with there running status and logs on the :ref:`Processes <processes>`
194-
tab
192+
pgAdmin will run the backup process in the background. You can view all the background
193+
processes with their running status and logs on the :ref:`Processes <processes>`
194+
tab.

docs/en_US/cloud_aws_rds.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ button to deploy the instance on Amazon RDS.
9191

9292
Once you click on the finish, one background process will start which will
9393
deploy the instance in the cloud and monitor the progress of the deployment.
94-
You can view all the background process with there running status and logs
95-
on the :ref:`Processes <processes>` tab
94+
You can view all the background processes with their running status and logs
95+
on the :ref:`Processes <processes>` tab.
9696

9797
The Server will be added to the tree with the cloud deployment icon. Once the
9898
deployment is done, the server details will be updated.

docs/en_US/cloud_azure_database.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ button to deploy the instance on Azure Database.
107107

108108
Once you click on the finish, one background process will start which will
109109
deploy the instance in the cloud and monitor the progress of the deployment.
110-
You can view all the background process with there running status and logs
111-
on the :ref:`Processes <processes>` tab
110+
You can view all the background processes with their running status and logs
111+
on the :ref:`Processes <processes>` tab.
112112

113113
.. image:: images/cloud_azure_bg_process_watcher.png
114114
:alt: Cloud Deployment

docs/en_US/cloud_edb_biganimal.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ button to deploy the instance on EDB BigAnimal.
103103

104104
Once you click on the finish, one background process will start which will
105105
deploy the instance in the cloud and monitor the progress of the deployment.
106-
You can view all the background process with there running status and logs
107-
on the :ref:`Processes <processes>` tab
106+
You can view all the background processes with their running status and logs
107+
on the :ref:`Processes <processes>` tab.
108108

109109
The Server will be added to the tree with the cloud deployment icon. Once the
110110
deployment is done, the server details will be updated.

0 commit comments

Comments
 (0)