diff --git a/docs/en_US/backup_dialog.rst b/docs/en_US/backup_dialog.rst index 3091f13c1..02cc46ba7 100644 --- a/docs/en_US/backup_dialog.rst +++ b/docs/en_US/backup_dialog.rst @@ -77,13 +77,13 @@ tab to provide options related to data or pgAdmin objects that correspond to *pg * Move switches in the **Sections** field box to select a portion of the object that will be backed up. - * Move the switch next to *Pre-data* towards right position to include all + * Move the switch next to *Pre-data* to the *Yes* position to include all data definition items not included in the data or post-data item lists. - * Move the switch next to *Data* towards right position to backup actual table + * Move the switch next to *Data* to the *Yes* position to backup actual table data, large-object contents, and sequence values. - * Move the switch next to *Post-data* towards right position to include + * Move the switch next to *Post-data* to the *Yes* position to include definitions of indexes, triggers, rules, and constraints other than validated check constraints. @@ -94,13 +94,13 @@ tab to provide options related to data or pgAdmin objects that correspond to *pg * Move switches in the **Type of objects** field box to specify details about the type of objects that will be backed up. - * Move the switch next to *Only data* towards right position to limit the back + * Move the switch next to *Only data* to the *Yes* position to limit the back up to data. * Move the switch next to *Only schemas* to limit the back up to schema-level database objects. - * Move the switch next to *Blobs* towards left position to exclude large + * Move the switch next to *Blobs* to the *No* position to exclude large objects in the backup. .. 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 * Move switches in the **Do not save** field box to select the objects that will not be included in the backup. - * Move the switch next to *Owner* towards right position to exclude commands + * Move the switch next to *Owner* to the *Yes* position to exclude commands that set object ownership. - * Move the switch next to *Privileges* towards right position to exclude + * Move the switch next to *Privileges* to the *Yes* position to exclude commands that create access privileges. - * Move the switch next to *Tablespaces* towards right position to exclude + * Move the switch next to *Tablespaces* to the *Yes* position to exclude tablespaces. - * Move the switch next to *Unlogged table data* towards right position to + * Move the switch next to *Unlogged table data* to the *Yes* position to exclude the contents of unlogged tables. - * Move the switch next to *Comments* towards right position to exclude + * Move the switch next to *Comments* to the *Yes* position to exclude commands that set the comments. **Note:** This option is visible only for database server greater than or equal to 11. - * Move the switch next to *Publications* towards right position to exclude + * Move the switch next to *Publications* to the *Yes* position to exclude publications. - * Move the switch next to *Subscriptions* towards right position to exclude + * Move the switch next to *Subscriptions* to the *Yes* position to exclude subscriptions. - * Move the switch next to *Security labels* towards right position to exclude + * Move the switch next to *Security labels* to the *Yes* position to exclude Security labels. - * Move the switch next to *Toast compressions* towards right position to exclude + * Move the switch next to *Toast compressions* to the *Yes* position to exclude Toast compressions. **Note:** This option is visible only for database server greater than or equal to 14. - * Move the switch next to *Table access methods* towards right position to exclude + * Move the switch next to *Table access methods* to the *Yes* position to exclude Table access methods. **Note:** This option is visible only for database server greater than or equal to 15. @@ -150,7 +150,7 @@ tab to provide options related to data or pgAdmin objects that correspond to *pg Click the *Query Options* tab to continue. Use these additional fields to specify the type of statements that should be included in the backup. - * Move the switch next to *Use INSERT commands* towards right position to + * Move the switch next to *Use INSERT commands* to the *Yes* position to dump the data in the form of INSERT statements rather than using a COPY command. Please note: this may make restoration from backup slow. @@ -165,16 +165,16 @@ the type of statements that should be included in the backup. **Note:** This option is visible only for database server greater than or equal to 12. - * Move the switch next to *Include CREATE DATABASE statement* towards right + * Move the switch next to *Include CREATE DATABASE statement* to the *Yes* position to include a command in the backup that creates a new database when restoring the backup. - * Move the switch next to *Include DROP DATABASE statement* towards right + * Move the switch next to *Include DROP DATABASE statement* to the *Yes* position to include a command in the backup that will drop any existing database object with the same name before recreating the object during a backup. - * Move the switch next to *Include IF EXISTS clause* towards right + * Move the switch next to *Include IF EXISTS clause* to the *Yes* position to add an IF EXISTS clause to drop databases and other objects. This option is not valid unless *Include DROP DATABASE statement* is also set. @@ -185,17 +185,17 @@ the type of statements that should be included in the backup. Click the *Table Options* tab to continue. Use the fields in the *Table Options* tab related to tables that should be included in the backup. - * Move the switch next to *Use Column INSERTS* towards right position to dump + * Move the switch next to *Use Column INSERTS* to the *Yes* position to dump the data in the form of INSERT statements and include explicit column names. Please note: this may make restoration from backup slow. - * Move the switch next to *Load via partition root* towards right position, + * Move the switch next to *Load via partition root* to the *Yes* position, so when dumping a COPY or INSERT statement for a partitioned table, target the root of the partitioning hierarchy which contains it rather than the partition itself. **Note:** This option is visible only for database server greater than or equal to 11. - * Move the switch next to *Enable row security* towards right position to + * Move the switch next to *Enable row security* to the *Yes* position to set row_security to on instead, allowing the user to dump the parts of the contents of the table that they have access to. This option is relevant only when dumping the contents of a table which has row security. @@ -235,10 +235,10 @@ tab to provide other backup options. that should be excluded from the backup. * Move the switch next to *Triggers* (active when creating a data-only backup) - towards right position to include commands that will disable triggers on the + to the *Yes* position to include commands that will disable triggers on the target table while the data is being loaded. - * Move the switch next to *$ quoting* towards right position to enable dollar + * Move the switch next to *$ quoting* to the *Yes* position to enable dollar quoting within function bodies; if disabled, the function body will be quoted using SQL standard string syntax. @@ -249,13 +249,13 @@ tab to provide other backup options. * Move switches in the **Miscellaneous** field box to specify miscellaneous backup options. - * Move the switch next to *Verbose messages* towards left position to instruct + * Move the switch next to *Verbose messages* to the *No* position to instruct *pg_dump* to exclude verbose messages. - * Move the switch next to *Force double quotes on identifiers* towards right + * Move the switch next to *Force double quotes on identifiers* to the *Yes* position to force the quoting of all identifiers. - * Move the switch next to *Use SET SESSION AUTHORIZATION* towards right + * Move the switch next to *Use SET SESSION AUTHORIZATION* to the *Yes* position to include a statement that will use a SET SESSION AUTHORIZATION command to determine object ownership (instead of an ALTER OWNER command). @@ -265,9 +265,9 @@ tab to provide other backup options. * Use the *Extra float digits* field to use the specified value when dumping floating-point data, instead of the maximum available precision. - * Use the *Lock wait timeout* field to do not wait forever to acquire shared - table locks at the beginning of the dump. Instead, fail if unable to lock a - table within the specified timeout. + * Use the *Lock wait timeout* field to specify a timeout rather than waiting + indefinitely to acquire shared table locks at the beginning of the dump. + If unable to lock a table within the specified timeout, the operation will fail. Click the *Objects* tab to continue. @@ -287,6 +287,6 @@ command: * Click the *Cancel* button to exit without saving work. -pgAdmin will run the backup process in background. You can view all the background -process with there running status and logs on the :ref:`Processes ` -tab +pgAdmin will run the backup process in the background. You can view all the background +processes with their running status and logs on the :ref:`Processes ` +tab. diff --git a/docs/en_US/backup_globals_dialog.rst b/docs/en_US/backup_globals_dialog.rst index 0c2e9cc78..9d698284f 100644 --- a/docs/en_US/backup_globals_dialog.rst +++ b/docs/en_US/backup_globals_dialog.rst @@ -34,6 +34,6 @@ statements that should be included in the backup. Click the *Backup* button to build and execute a command based on your selections; click the *Cancel* button to exit without saving work. -pgAdmin will run the backup process in background. You can view all the background -process with there running status and logs on the :ref:`Processes ` -tab \ No newline at end of file +pgAdmin will run the backup process in the background. You can view all the background +processes with their running status and logs on the :ref:`Processes ` +tab. \ No newline at end of file diff --git a/docs/en_US/backup_server_dialog.rst b/docs/en_US/backup_server_dialog.rst index 47823fdcf..ed9da9a5e 100644 --- a/docs/en_US/backup_server_dialog.rst +++ b/docs/en_US/backup_server_dialog.rst @@ -34,7 +34,7 @@ tab to provide options related to data or pgAdmin objects that correspond to *pg * Move switches in the **Type of objects** field box to specify details about the type of objects that will be backed up. - * Move the switch next to *Only data* towards right position to limit the back + * Move the switch next to *Only data* to the *Yes* position to limit the back up to data. * 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 * Move switches in the **Do not save** field box to select the objects that will not be included in the backup. - * Move the switch next to *Owner* towards right position to exclude commands + * Move the switch next to *Owner* to the *Yes* position to exclude commands that set object ownership. - * Move the switch next to *Role passwords* towards right position to exclude + * Move the switch next to *Role passwords* to the *Yes* position to exclude passwords for roles. - * Move the switch next to *Privileges* towards right position to exclude + * Move the switch next to *Privileges* to the *Yes* position to exclude commands that create access privileges. - * Move the switch next to *Tablespaces* towards right position to exclude + * Move the switch next to *Tablespaces* to the *Yes* position to exclude tablespaces. - * Move the switch next to *Unlogged table data* towards right position to + * Move the switch next to *Unlogged table data* to the *Yes* position to exclude the contents of unlogged tables. - * Move the switch next to *Comments* towards right position to exclude + * Move the switch next to *Comments* to the *Yes* position to exclude commands that set the comments. **Note:** This option is visible only for database server greater than or equal to 11. - * Move the switch next to *Publications* towards right position to exclude + * Move the switch next to *Publications* to the *Yes* position to exclude publications. - * Move the switch next to *Subscriptions* towards right position to exclude + * Move the switch next to *Subscriptions* to the *Yes* position to exclude subscriptions. - * Move the switch next to *Security labels* towards right position to exclude + * Move the switch next to *Security labels* to the *Yes* position to exclude Security labels. - * Move the switch next to *Toast compressions* towards right position to exclude + * Move the switch next to *Toast compressions* to the *Yes* position to exclude Toast compressions. **Note:** This option is visible only for database server greater than or equal to 14. - * Move the switch next to *Table access methods* towards right position to exclude + * Move the switch next to *Table access methods* to the *Yes* position to exclude Table access methods. **Note:** This option is visible only for database server greater than or equal to 15. @@ -95,7 +95,7 @@ tab to provide options related to data or pgAdmin objects that correspond to *pg Click the *Query Options* tab to continue. Use these additional fields to specify the type of statements that should be included in the backup. - * Move the switch next to *Use INSERT commands* towards right position to + * Move the switch next to *Use INSERT commands* to the *Yes* position to dump the data in the form of INSERT statements rather than using a COPY command. Please note: this may make restoration from backup slow. @@ -110,12 +110,12 @@ the type of statements that should be included in the backup. **Note:** This option is visible only for database server greater than or equal to 12. - * Move the switch next to *Include DROP DATABASE statement* towards right + * Move the switch next to *Include DROP DATABASE statement* to the *Yes* position to include a command in the backup that will drop any existing database object with the same name before recreating the object during a backup. - * Move the switch next to *Include IF EXISTS clause* towards right + * Move the switch next to *Include IF EXISTS clause* to the *Yes* position to add an IF EXISTS clause to drop databases and other objects. This option is not valid unless *Include DROP DATABASE statement* is also set. @@ -126,11 +126,11 @@ the type of statements that should be included in the backup. Click the *Table Options* tab to continue. Use the fields in the *Table Options* tab related to tables that should be included in the backup. - * Move the switch next to *Use Column INSERTS* towards right position to dump + * Move the switch next to *Use Column INSERTS* to the *Yes* position to dump the data in the form of INSERT statements and include explicit column names. Please note: this may make restoration from backup slow. - * Move the switch next to *Load via partition root* towards right position, + * Move the switch next to *Load via partition root* to the *Yes* position, so when dumping a COPY or INSERT statement for a partitioned table, target the root of the partitioning hierarchy which contains it rather than the partition itself. **Note:** This option is visible only for database server @@ -147,10 +147,10 @@ tab to provide other backup options. that should be excluded from the backup. * Move the switch next to *Triggers* (active when creating a data-only backup) - towards right position to include commands that will disable triggers on the + to the *Yes* position to include commands that will disable triggers on the target table while the data is being loaded. - * Move the switch next to *$ quoting* towards right position to enable dollar + * Move the switch next to *$ quoting* to the *Yes* position to enable dollar quoting within function bodies; if disabled, the function body will be quoted using SQL standard string syntax. @@ -161,13 +161,13 @@ tab to provide other backup options. * Move switches in the **Miscellaneous** field box to specify miscellaneous backup options. - * Move the switch next to *Verbose messages* towards left position to instruct + * Move the switch next to *Verbose messages* to the *No* position to instruct *pg_dumpall* to exclude verbose messages. - * Move the switch next to *Force double quotes on identifiers* towards right + * Move the switch next to *Force double quotes on identifiers* to the *Yes* position to force the quoting of all identifiers. - * Move the switch next to *Use SET SESSION AUTHORIZATION* towards right + * Move the switch next to *Use SET SESSION AUTHORIZATION* to the *Yes* position to include a statement that will use a SET SESSION AUTHORIZATION command to determine object ownership (instead of an ALTER OWNER command). @@ -177,9 +177,9 @@ tab to provide other backup options. * Use the *Extra float digits* field to use the specified value when dumping floating-point data, instead of the maximum available precision. - * Use the *Lock wait timeout* field to do not wait forever to acquire shared - table locks at the beginning of the dump. Instead, fail if unable to lock a - table within the specified timeout. + * Use the *Lock wait timeout* field to specify a timeout rather than waiting + indefinitely to acquire shared table locks at the beginning of the dump. + If unable to lock a table within the specified timeout, the operation will fail. When you’ve specified the details that will be incorporated into the pg_dumpall command: @@ -189,6 +189,6 @@ command: * Click the *Cancel* button to exit without saving work. -pgAdmin will run the backup process in background. You can view all the background -process with there running status and logs on the :ref:`Processes ` -tab +pgAdmin will run the backup process in the background. You can view all the background +processes with their running status and logs on the :ref:`Processes ` +tab. diff --git a/docs/en_US/cloud_aws_rds.rst b/docs/en_US/cloud_aws_rds.rst index 78bb1fba5..b922182e8 100644 --- a/docs/en_US/cloud_aws_rds.rst +++ b/docs/en_US/cloud_aws_rds.rst @@ -91,8 +91,8 @@ button to deploy the instance on Amazon RDS. Once you click on the finish, one background process will start which will deploy the instance in the cloud and monitor the progress of the deployment. -You can view all the background process with there running status and logs -on the :ref:`Processes ` tab +You can view all the background processes with their running status and logs +on the :ref:`Processes ` tab. The Server will be added to the tree with the cloud deployment icon. Once the deployment is done, the server details will be updated. diff --git a/docs/en_US/cloud_azure_database.rst b/docs/en_US/cloud_azure_database.rst index aad344f5d..c9e81bfd9 100644 --- a/docs/en_US/cloud_azure_database.rst +++ b/docs/en_US/cloud_azure_database.rst @@ -107,8 +107,8 @@ button to deploy the instance on Azure Database. Once you click on the finish, one background process will start which will deploy the instance in the cloud and monitor the progress of the deployment. -You can view all the background process with there running status and logs -on the :ref:`Processes ` tab +You can view all the background processes with their running status and logs +on the :ref:`Processes ` tab. .. image:: images/cloud_azure_bg_process_watcher.png :alt: Cloud Deployment diff --git a/docs/en_US/cloud_edb_biganimal.rst b/docs/en_US/cloud_edb_biganimal.rst index 565e2e6b4..520fec646 100644 --- a/docs/en_US/cloud_edb_biganimal.rst +++ b/docs/en_US/cloud_edb_biganimal.rst @@ -103,8 +103,8 @@ button to deploy the instance on EDB BigAnimal. Once you click on the finish, one background process will start which will deploy the instance in the cloud and monitor the progress of the deployment. -You can view all the background process with there running status and logs -on the :ref:`Processes ` tab +You can view all the background processes with their running status and logs +on the :ref:`Processes ` tab. The Server will be added to the tree with the cloud deployment icon. Once the deployment is done, the server details will be updated. diff --git a/docs/en_US/cloud_google_cloud_sql.rst b/docs/en_US/cloud_google_cloud_sql.rst index 1cdda3af0..ff9256057 100644 --- a/docs/en_US/cloud_google_cloud_sql.rst +++ b/docs/en_US/cloud_google_cloud_sql.rst @@ -105,8 +105,8 @@ button to deploy the instance on Azure PostgreSQL. Once you click on the finish, one background process will start which will deploy the instance in the cloud and monitor the progress of the deployment. -You can view all the background process with there running status and logs -on the :ref:`Processes ` tab +You can view all the background processes with their running status and logs +on the :ref:`Processes ` tab. The Server will be added to the tree with the cloud deployment icon. Once the diff --git a/docs/en_US/collation_dialog.rst b/docs/en_US/collation_dialog.rst index 9813a725c..db787dd66 100644 --- a/docs/en_US/collation_dialog.rst +++ b/docs/en_US/collation_dialog.rst @@ -57,7 +57,7 @@ settings: deterministic comparisons. By default, this option is set to true. In a deterministic comparison, strings that are not byte-wise equal are considered unequal, even if they are considered logically equal in the comparison. -* Use the *Rules* field to specify a rules for customizing the behavior of the collation. +* Use the *Rules* field to specify rules for customizing the behavior of the collation. It includes considerations such as character ordering, case sensitivity, and accent sensitivity. * Use the *Version* field to specify version string to store with the collation object. @@ -65,8 +65,8 @@ settings: Click the *SQL* tab to continue. -Your entries in the *Collation* dialog generate a SQL command (see an example b -elow). Use the *SQL* tab for review; revisit or switch tabs to make any changes +Your entries in the *Collation* dialog generate a SQL command (see an example +below). Use the *SQL* tab for review; revisit or switch tabs to make any changes to the SQL command. Example @@ -80,7 +80,7 @@ the *Collation* dialog: :align: center The example shown demonstrates creating a collation named *french* that uses the -rules specified for the locale, *fr-BI-x-icu. The collation is owned by +rules specified for the locale, *fr-BI-x-icu*. The collation is owned by *postgres*. * Click the *Info* button (i) to access online help. For more information about diff --git a/docs/en_US/column_dialog.rst b/docs/en_US/column_dialog.rst index 92f4e4c32..1c0e269fb 100644 --- a/docs/en_US/column_dialog.rst +++ b/docs/en_US/column_dialog.rst @@ -144,7 +144,7 @@ the *Add* icon (+) to add each security label selection: * Specify a security label provider in the *Provider* field. The named provider must be loaded and must consent to the proposed labeling operation. -* Specify a a security label in the *Security Label* field. The meaning of a +* Specify a security label in the *Security Label* field. The meaning of a given label is at the discretion of the label provider. PostgreSQL places no restrictions on whether or how a label provider must interpret security labels; it merely provides a mechanism for storing them. diff --git a/docs/en_US/database_dialog.rst b/docs/en_US/database_dialog.rst index 34059a0a7..6509f6204 100644 --- a/docs/en_US/database_dialog.rst +++ b/docs/en_US/database_dialog.rst @@ -63,7 +63,7 @@ Use the *Definition* tab to set properties for the database: * Specify a connection limit in the *Connection Limit* field to configure the maximum number of connection requests. The default value (*-1*) allows unlimited connections to the database. -* If the *templates?* is set to true, then database will be a template database. +* If *Template?* is set to *Yes*, the database will be a template database. Click the *Security* tab to continue. @@ -89,7 +89,7 @@ database. Click the *Add* icon (+) to add each security label selection: * Specify a security label provider in the *Provider* field. The named provider must be loaded and must consent to the proposed labeling operation. -* Specify a a security label in the *Security Label* field. The meaning of a +* Specify a security label in the *Security Label* field. The meaning of a given label is at the discretion of the label provider. PostgreSQL places no restrictions on whether or how a label provider must interpret security labels; it merely provides a mechanism for storing them. @@ -125,8 +125,8 @@ Use the *Advanced* tab to set advanced parameters for the database. * Use *Schema restriction* field to provide a SQL restriction that will be used against the pg_namespace table to limit the schemas that you see. - For example, you might enter: *public* so that only *public* are shown in - the pgAdmin browser.Separate entries with a comma or tab as you type. + For example, you might enter: *public* so that only *public* is shown in + the pgAdmin browser. Separate entries with a comma or tab as you type. Click the *SQL* tab to continue. diff --git a/docs/en_US/domain_dialog.rst b/docs/en_US/domain_dialog.rst index f5c522d29..0529d45bc 100644 --- a/docs/en_US/domain_dialog.rst +++ b/docs/en_US/domain_dialog.rst @@ -89,7 +89,7 @@ Use the *Security Labels* panel to assign security labels. Click the *Add* icon * Specify a security label provider in the *Provider* field. The named provider must be loaded and must consent to the proposed labeling operation. -* Specify a a security label in the *Security Label* field. The meaning of a +* Specify a security label in the *Security Label* field. The meaning of a given label is at the discretion of the label provider. PostgreSQL places no restrictions on whether or how a label provider must interpret security labels; it merely provides a mechanism for storing them. diff --git a/docs/en_US/editgrid.rst b/docs/en_US/editgrid.rst index 701c48d92..b72e3aed0 100644 --- a/docs/en_US/editgrid.rst +++ b/docs/en_US/editgrid.rst @@ -49,7 +49,7 @@ To modify the displayed data: * To change a numeric value within the grid, double-click the value to select the field. Modify the content in the square in which it is displayed. * To change a non-numeric value within the grid, double-click the content to - access the edit bubble. After modifying the contentof the edit bubble, click + access the edit bubble. After modifying the content of the edit bubble, click the *Ok* button to display your changes in the data grid, or *Cancel* to exit the edit bubble without saving. @@ -62,7 +62,7 @@ table. As soon as you store the data, the row is assigned a row number, and a fresh empty line is added to the data grid. To write a SQL NULL to the table, simply leave the field empty. When you store -the new row, the will server fill in the default value for that column. If you +the new row, the server will fill in the default value for that column. If you store a change to an existing row, the value NULL will explicitly be written. To write an empty string to the table, enter the special string '' (two single @@ -110,9 +110,9 @@ properties of the geometries directly in map, just click the specific geometry: **JSON Data Editor** -A built in json editor is provided for *JSON/JSONB Data*.Double clicking on json/jsonb -data type cell in data grid will open JSON Editor.Editor provides different mode to -view and edit json data. +A built-in JSON editor is provided for *JSON/JSONB Data*. Double-clicking on a JSON/JSONB +data type cell in the data grid will open the JSON Editor. The editor provides different modes to +view and edit JSON data. .. image:: images/json_editor_modes.png @@ -120,21 +120,21 @@ view and edit json data. :align: center *Code Mode*: -Provides way to format & compact json data.Also provides ability to repair json data -by fixing quotes and escape characters, removing comments and JSONP notation and -turn JavaScript objects into JSON. +Provides a way to format and compact JSON data. Also provides the ability to repair JSON data +by fixing quotes and escape characters, removing comments and JSONP notation, and +turning JavaScript objects into JSON. *Tree Mode*: -Enabled to change, add, move, remove, and duplicate fields and values.Provides ability -to searh & hilight data. +Enables changing, adding, moving, removing, and duplicating fields and values. Provides the ability +to search and highlight data. *Form Mode*: -Allows only to edit values in json data there by providing ability to keep data structure +Allows editing only the values in JSON data, thereby providing the ability to keep the data structure unchanged while editing. *Preview Mode*: -Provides ability to check data before saving and also shows size of current json data. -Format and compact json data as well. +Provides the ability to check data before saving and also shows the size of the current JSON data. +Allows formatting and compacting JSON data as well. *Editor Toolbar* @@ -170,18 +170,18 @@ Tree/Form mode: +----------------------+----------------------------------------------------------------------------------------+---------------------------+ | *Transform* | Click to *Transform* to filter data using JSME query language. | Code, Preview, Tree | +----------------------+----------------------------------------------------------------------------------------+---------------------------+ - | *Undo* | Click to *Undo* to undo last action performed on data . | Code, Preview, Tree, From | + | *Undo* | Click to *Undo* to undo last action performed on data. | Code, Preview, Tree, Form | +----------------------+----------------------------------------------------------------------------------------+---------------------------+ - | *Redo* | Click to *Redo* to repat last action performed on data . | Code, Preview, Tree, From | + | *Redo* | Click to *Redo* to repeat last action performed on data. | Code, Preview, Tree, Form | +----------------------+----------------------------------------------------------------------------------------+---------------------------+ - | *Mode* | Click to *Mode* dropdown to change dipaly mode of editor.Different modes avaialble | Code, Tree, From, Preview | - | | are Code, Preview, Tree, From. | | + | *Mode* | Click the *Mode* dropdown to change the display mode of the editor. Different modes | Code, Tree, Form, Preview | + | | available are Code, Preview, Tree, and Form. | | +----------------------+----------------------------------------------------------------------------------------+---------------------------+ - | *Expand All* | Click to *Expand All* to expand json data. | Tree, From | + | *Expand All* | Click *Expand All* to expand JSON data. | Tree, Form | +----------------------+----------------------------------------------------------------------------------------+---------------------------+ - | *Collapse All* | Click to *Redo* to collapse json data. | Tree, From | + | *Collapse All* | Click *Collapse All* to collapse JSON data. | Tree, Form | +----------------------+----------------------------------------------------------------------------------------+---------------------------+ - | *Search Box* | Enter partial/complete string to search in data. | Tree, From | + | *Search Box* | Enter partial/complete string to search in data. | Tree, Form | +----------------------+----------------------------------------------------------------------------------------+---------------------------+ @@ -235,6 +235,6 @@ A View/Edit Data tab can be converted to a Query Tool Tab just by editing the qu :alt: Promote View/Edit Data tab to Query Tool tab warning :align: center -You can disable the dialog by selecting the "Don't Ask again" checkbox. If you wish to resume the confirmation dialog, you can do it from "Prefrences -> Query Tool -> Editor -> Show View/Edit Data Promotion Warning?" +You can disable the dialog by selecting the "Don't Ask again" checkbox. If you wish to resume the confirmation dialog, you can do it from "Preferences -> Query Tool -> Editor -> Show View/Edit Data Promotion Warning?" Once you chose to continue, you won't be able to use the features of View/Edit mode like the filter and sorting options, limit, etc. It is a one-way conversion. It will be a query tool now. \ No newline at end of file diff --git a/docs/en_US/erd_tool.rst b/docs/en_US/erd_tool.rst index 409ce6690..a76bda8ed 100644 --- a/docs/en_US/erd_tool.rst +++ b/docs/en_US/erd_tool.rst @@ -72,7 +72,7 @@ Export Options | | You can select the option *With DROP Table* if you wish to have DROP Table DDL statements before | | | | each CREATE Table DDL. You can see the option by clicking the down arrow beside the SQL button. | | +----------------------+---------------------------------------------------------------------------------------------------+----------------+ - | *Download image* | Click the *Download image* icon to save the ERD diagram in a image formate | Option/Alt + | + | *Download image* | Click the *Download image* icon to save the ERD diagram in an image format. | Option/Alt + | | | | Ctrl + I | +----------------------+---------------------------------------------------------------------------------------------------+----------------+ @@ -135,7 +135,7 @@ Node Color Options | Icon | Behavior | +======================+==========================================================================================================+ | *Fill Color* | Use Fill Color to change the background color of a table node. This is helpful if you want to | - | | identify a of group tables. Once set, all the newly added tables will take the same color. | + | | identify a group of tables. Once set, all the newly added tables will take the same color. | +----------------------+----------------------------------------------------------------------------------------------------------+ | *Text Color* | Use Text Color to change the text color of a table node based on the fill color to make text | | | easily readable. | @@ -154,7 +154,7 @@ Utility Options | *Add/Edit note* | Click this button to make notes on tables nodes while designing the database. | Option/Alt + | | | | Ctrl + N | +-------------------------+------------------------------------------------------------------------------------------------+----------------+ - | *Auto align* | Click this button to auto align all tables and links to make it look more cleaner. | Option/Alt + | + | *Auto align* | Click this button to auto-align all tables and links to make them look cleaner. | Option/Alt + | | | | Ctrl + L | +-------------------------+------------------------------------------------------------------------------------------------+----------------+ | *Show details* | Click this button to toggle the column details visibility. It allows you to show few or more | Option/Alt + | @@ -194,7 +194,7 @@ Table Dialog The table dialog allows you to: * Change the table structure details. -* It can be used edit an existing table or add a new one. +* It can be used to edit an existing table or add a new one. * Refer :ref:`table dialog ` for information on different fields. Table Node @@ -206,11 +206,11 @@ Table Node The table node shows table details in a graphical representation: -* The top bar has a *details toggle button* that is used to toggle column details visibility. There is also a *note button* that is visible only if there is some note added. you can click on this button to quickly change the note. +* The top bar has a *details toggle button* that is used to toggle column details visibility. There is also a *note button* that is visible only if there is some note added. You can click on this button to quickly change the note. * The first row shows the schema name of the table. Eg. *public* in above image. * The second row shows the table name. Eg. *users* in above image. * All other rows below the table name are the columns of the table along with data type. If the column is a primary key then it will have lock key icon eg. id is the primary key in above image. Otherwise, it will have column icon. -* you can click on the node and drag to move on the canvas. +* You can click on the node and drag to move on the canvas. * Upon double click on the table node or by clicking the edit button from the toolbar, the table dialog opens where you can change the table details. Refer :ref:`table dialog ` for information on different fields. The One to One Link Dialog @@ -225,7 +225,7 @@ The one to one link dialog allows you to: * Add a one to one relationship between two tables. * *Local Table* is the table that references a table and has the *one* end point. * *Local Column* the column that references. -* *Select Constraint* To implement one to one relationship, the *Local Column* must have primaty key or unique constraint. The default is a unique constraint. Please note that this field is visible only when the selected *Local Column* does not have either of the mentioned constraints. +* *Select Constraint* To implement a one-to-one relationship, the *Local Column* must have a primary key or unique constraint. The default is a unique constraint. Please note that this field is visible only when the selected *Local Column* does not have either of the mentioned constraints. * *Referenced Table* is the table that is being referred and has the *one* end point. * *Referenced Column* the column that is being referred. @@ -272,7 +272,7 @@ The table link shows relationship between tables: * The single line endpoint of the link shows the column that is being referred. * The three line endpoint of the link shows the column that refers. * If one of the columns that is being referred or that refers is removed from the table then the link will get dropped. -* you can click on the link and drag to move on the canvas. +* You can click on the link and drag to move on the canvas. The Table Notes diff --git a/docs/en_US/event_trigger_dialog.rst b/docs/en_US/event_trigger_dialog.rst index 1e27377be..76ab8bdf3 100644 --- a/docs/en_US/event_trigger_dialog.rst +++ b/docs/en_US/event_trigger_dialog.rst @@ -67,7 +67,7 @@ in the *Delete Row* popup. Click the *SQL* tab to continue. -Your entries in the *Event Trigger* dialog generate a generate a SQL command. +Your entries in the *Event Trigger* dialog generate a SQL command. Use the *SQL* tab for review; revisit or switch tabs to make any changes to the SQL command. diff --git a/docs/en_US/export_data_using_query.rst b/docs/en_US/export_data_using_query.rst index 3a268c19c..aae650a81 100644 --- a/docs/en_US/export_data_using_query.rst +++ b/docs/en_US/export_data_using_query.rst @@ -58,8 +58,8 @@ Click the *Query* tab to continue. Use the fields in the *Query* tab to write the query that will be exported: -* Use the *Export Data Query* field to specifies A SELECT, VALUES, INSERT, UPDATE, - DELETE, or MERGE command whose results are to be copied . +* Use the *Export Data Query* field to specify a SELECT, VALUES, INSERT, UPDATE, + DELETE, or MERGE command whose results are to be copied. * Use *Force Quote columns* field to forces quoting to be used for all non-NULL values in each specified column. NULL output is never quoted. This is a creatable diff --git a/docs/en_US/extension_dialog.rst b/docs/en_US/extension_dialog.rst index 34ad4f377..0ee2a6957 100644 --- a/docs/en_US/extension_dialog.rst +++ b/docs/en_US/extension_dialog.rst @@ -23,7 +23,7 @@ Use the fields in the *General* tab to identify an extension: * Use the drop-down listbox in the *Name* field to select the extension. Each extension must have a unique name. -* Move the switch next to *Cascade?* towards right position to automatically +* Move the switch next to *Cascade?* to the *Yes* position to automatically install any extensions that this extension depends on that are not already installed. * Store notes about the extension in the *Comment* field. diff --git a/docs/en_US/foreign_table_dialog.rst b/docs/en_US/foreign_table_dialog.rst index 43e753f34..1619a5cd0 100644 --- a/docs/en_US/foreign_table_dialog.rst +++ b/docs/en_US/foreign_table_dialog.rst @@ -131,7 +131,7 @@ function. Click the *Add* icon (+) to add each security label selection: * Specify a security label provider in the *Provider* field. The named provider must be loaded and must consent to the proposed labeling operation. -* Specify a a security label in the *Security Label* field. The meaning of a +* Specify a security label in the *Security Label* field. The meaning of a given label is at the discretion of the label provider. PostgreSQL places no restrictions on whether or how a label provider must interpret security labels; it merely provides a mechanism for storing them. diff --git a/docs/en_US/function_dialog.rst b/docs/en_US/function_dialog.rst index 90175840f..c01d693f1 100644 --- a/docs/en_US/function_dialog.rst +++ b/docs/en_US/function_dialog.rst @@ -156,7 +156,7 @@ function. Click the *Add* icon (+) to add each security label selection: * Specify a security label provider in the *Provider* field. The named provider must be loaded and must consent to the proposed labeling operation. -* Specify a a security label in the *Security Label* field. The meaning of a +* Specify a security label in the *Security Label* field. The meaning of a given label is at the discretion of the label provider. PostgreSQL places no restrictions on whether or how a label provider must interpret security labels; it merely provides a mechanism for storing them. @@ -167,7 +167,7 @@ in the *Delete Row* popup. Click the *SQL* tab to continue. -Your entries in the *Function* dialog generate a generate a SQL command (see an +Your entries in the *Function* dialog generate a SQL command (see an example below). Use the *SQL* tab for review; revisit or switch tabs to make any changes to the SQL command. @@ -181,8 +181,8 @@ the *Function* dialog: :alt: Function dialog sql tab :align: center -The example demonstrates creating an *plpgsql* function named *hire_salesmen*. The -function have three columns (p_ename, p_sal and p_comm). +The example demonstrates creating a *plpgsql* function named *hire_salesmen*. The +function has three columns (p_ename, p_sal and p_comm). * Click the *Info* button (i) to access online help. * Click the *Save* button to save work. diff --git a/docs/en_US/grant_wizard.rst b/docs/en_US/grant_wizard.rst index 50fb619fa..3960bbaf5 100644 --- a/docs/en_US/grant_wizard.rst +++ b/docs/en_US/grant_wizard.rst @@ -46,7 +46,7 @@ Use the fields in the *Privileges Selection* window to grant privileges. If you grant a privilege WITH GRANT OPTION, the Grantee will have the right to grant privileges on the object to others. If WITH GRANT OPTION is subsequently revoked, any role who received access to that object from that -Grantee (directly or through a chain of grants) will lose thier privileges on +Grantee (directly or through a chain of grants) will lose their privileges on the object. * Click the *Add* icon (+) to assign a set of privileges. diff --git a/docs/en_US/index_dialog.rst b/docs/en_US/index_dialog.rst index b462b421f..ee3133bd8 100644 --- a/docs/en_US/index_dialog.rst +++ b/docs/en_US/index_dialog.rst @@ -60,16 +60,16 @@ Use the fields in the *Definition* tab to define the index: for each entry of a BRIN index. * Select *Buffering* to specify whether the buffering build technique is used to build the index. The default is *Auto* -* Move the switch next to *Deduplicate items?* towards the *right position* to control usage of the B-tree +* Move the switch next to *Deduplicate items?* to the *Yes* position to control usage of the B-tree deduplication technique. The default is *Yes*. This option is available only on PostgreSQL 13 and above. -* Move the switch next to *Fast update?* towards the *right position* to control usage of the fast update technique. +* Move the switch next to *Fast update?* to the *Yes* position to control usage of the fast update technique. The default is *Yes*. -* Move the switch next to *Autosummarize* towards the *right position* to define whether a summarization run is +* Move the switch next to *Autosummarize* to the *Yes* position to define whether a summarization run is queued for the previous page range whenever an insertion is detected on the next one. The default is *No* -* Move the switch next to *Unique?* towards the *right position* to check for duplicate values +* Move the switch next to *Unique?* to the *Yes* position to check for duplicate values in the table when the index is created and when data is added. The default is *No*. -* Move the switch next to *NULLs not distinct?* towards the *right position* to treat null values as not distinct. - The default is*No*. This option is available only on PostgreSQL 15 and above. +* Move the switch next to *NULLs not distinct?* to the *Yes* position to treat null values as not distinct. + The default is *No*. This option is available only on PostgreSQL 15 and above. * Move the *Clustered?* switch to the *Yes* position to instruct the server to cluster the table. * Move the *Concurrent build?* switch to the *Yes* position to build the index diff --git a/docs/en_US/language_dialog.rst b/docs/en_US/language_dialog.rst index cb21f4687..6d31317c0 100644 --- a/docs/en_US/language_dialog.rst +++ b/docs/en_US/language_dialog.rst @@ -64,7 +64,7 @@ function. Click the *Add* icon (+) to add each security label selection: * Specify a security label provider in the *Provider* field. The named provider must be loaded and must consent to the proposed labeling operation. -* Specify a a security label in the *Security Label* field. The meaning of a +* Specify a security label in the *Security Label* field. The meaning of a given label is at the discretion of the label provider. PostgreSQL places no restrictions on whether or how a label provider must interpret security labels; it merely provides a mechanism for storing them. diff --git a/docs/en_US/maintenance_dialog.rst b/docs/en_US/maintenance_dialog.rst index 662627211..b11435718 100644 --- a/docs/en_US/maintenance_dialog.rst +++ b/docs/en_US/maintenance_dialog.rst @@ -29,31 +29,31 @@ maintenance: * Move the *ANALYZE* switch to the *Yes* position to issue ANALYZE commands whenever the content of a table has changed sufficiently. - * Move the *DISABLE PAGE SKIPPING* switch to the *Yes* position to disables + * Move the *DISABLE PAGE SKIPPING* switch to the *Yes* position to disable all page-skipping behavior. - * Move the *SKIP LOCKED* switch to the *Yes* position to specifies that + * Move the *SKIP LOCKED* switch to the *Yes* position to specify that VACUUM should not wait for any conflicting locks to be released when beginning work on a relation. This option is available from v12 onwards. - * Move the *TRUNCATE* switch to the *Yes* position to specifies that VACUUM + * Move the *TRUNCATE* switch to the *Yes* position to specify that VACUUM should attempt to truncate off any empty pages at the end of the table and allow the disk space for the truncated pages to be returned to the operating system. This option is available from v12 onwards. - * Move the *PROCESS TOAST* switch to the *Yes* position to specifies that + * Move the *PROCESS TOAST* switch to the *Yes* position to specify that VACUUM should attempt to process the corresponding TOAST table for each relation, if one exists. This option is available from v14 onwards. - * Move the *PROCESS MAIN* switch to the *Yes* position to specifies that + * Move the *PROCESS MAIN* switch to the *Yes* position to specify that VACUUM should attempt to process the main relation. This option is available from v16 onwards. - * Move the *SKIP DATABASE STATS* switch to the *Yes* position to specifies + * Move the *SKIP DATABASE STATS* switch to the *Yes* position to specify that VACUUM should skip updating the database-wide statistics about oldest unfrozen XIDs. This option is available from v16 onwards. - * Move the *ONLY DATABASE STATS* switch to the *Yes* position to specifies + * Move the *ONLY DATABASE STATS* switch to the *Yes* position to specify that VACUUM should do nothing except update the database-wide statistics about oldest unfrozen XIDs . This option is available from v16 onwards. @@ -64,7 +64,7 @@ maintenance: of VACUUM in parallel using integer background workers. This option is available from v13 onwards. - * Use the *BUFFER USAGE LIMIT* field to specifies the Buffer Access Strategy + * Use the *BUFFER USAGE LIMIT* field to specify the Buffer Access Strategy ring buffer size for VACUUM. This size is used to calculate the number of shared buffers which will be reused as part of this strategy. This option is available from v16 onwards @@ -78,11 +78,11 @@ maintenance: This enables the query optimizer to select the fastest query plan for optimal performance. - * Move the *SKIP LOCKED* switch to the *Yes* position to specifies that + * Move the *SKIP LOCKED* switch to the *Yes* position to specify that ANALYZE should not wait for any conflicting locks to be released when beginning work on a relation. This option is available from v12 onwards. - * Use the *BUFFER USAGE LIMIT* field to specifies the Buffer Access Strategy + * Use the *BUFFER USAGE LIMIT* field to specify the Buffer Access Strategy ring buffer size for ANALYZE. This size is used to calculate the number of shared buffers which will be reused as part of this strategy. This option is available from v16 onwards @@ -103,7 +103,7 @@ maintenance: without taking any locks that prevent concurrent inserts, updates, or deletes on the table. This option is available from v12 onwards. - * Use the *TABLESPACE* field to specifies that indexes will be rebuilt on + * Use the *TABLESPACE* field to specify that indexes will be rebuilt on a new tablespace. This option is available from v14 onwards. .. image:: images/maintenance_cluster.png @@ -118,6 +118,6 @@ switch to the *No* position; by default, status messages are included. When you've completed the dialog, click *OK* to start the background process; to exit the dialog without performing maintenance operations, click *Cancel*. -pgAdmin will run the maintenance process in background. You can view all the background -process with there running status and logs on the :ref:`Processes ` +pgAdmin will run the maintenance process in the background. You can view all the background +processes with their running status and logs on the :ref:`Processes ` tab. diff --git a/docs/en_US/materialized_view_dialog.rst b/docs/en_US/materialized_view_dialog.rst index 862484ac1..c596ca314 100644 --- a/docs/en_US/materialized_view_dialog.rst +++ b/docs/en_US/materialized_view_dialog.rst @@ -104,7 +104,7 @@ selection: * Specify a security label provider in the *Provider* field. The named provider must be loaded and must consent to the proposed labeling operation. -* Specify a a security label in the *Security Label* field. The meaning of a +* Specify a security label in the *Security Label* field. The meaning of a given label is at the discretion of the label provider. PostgreSQL places no restrictions on whether or how a label provider must interpret security labels; it merely provides a mechanism for storing them. diff --git a/docs/en_US/preferences.rst b/docs/en_US/preferences.rst index ae8204944..40dca82ff 100644 --- a/docs/en_US/preferences.rst +++ b/docs/en_US/preferences.rst @@ -104,7 +104,7 @@ related settings: :align: center * Use *Enable object breadcrumbs?* to enable or disable object breadcrumbs - displayed on on object mouse hover. + displayed on object mouse hover. * Use *Show comment with object breadcrumbs?* to enable or disable the comment visibility which comes displayed with object breadcrumbs. @@ -142,11 +142,11 @@ Use field on *Tab settings* panel to specify the tab related properties. * Use *Debugger tab title placeholder* field to customize the Debugger tab title. -* When the *Dynamic tab size* If set to True, the tabs will take full size as per the title, it will also applicable for already opened tabs +* When the *Dynamic tab size* switch is set to *True*, the tabs will take full size as per the title. This will also apply to already opened tabs. * Use the *PSQL tool tab title placeholder* field to customize the PSQL tool tab title. -* When the *Open in new browser tab* filed is selected for Query tool, Schema Diff or Debugger, it will +* When the *Open in new browser tab* field is selected for Query tool, Schema Diff or Debugger, it will open in a new browser tab when invoked. * Use the *Query tool tab title placeholder* field to customize the query tool tab title. @@ -175,7 +175,7 @@ Expand the *Dashboards* node to specify your dashboard display preferences. :alt: Preferences dashboard refresh options :align: center -Use the fields on the *Refresh rates* panel to specify your refersh rates +Use the fields on the *Refresh rates* panel to specify your refresh rate preferences for the graphs on the *Dashboard* tab: * Use the *Average load statistics refresh rate* field to specify the number of @@ -460,7 +460,7 @@ monitored databases: locations used by PostgreSQL. **Note:** Use the 'Validate path' button to check the existence of the utility -programs (pg_dump, pg_dumpall, pg_restore and psql) and there respective versions. +programs (pg_dump, pg_dumpall, pg_restore and psql) and their respective versions. .. image:: images/preferences_paths_help.png :alt: Preferences binary path help section diff --git a/docs/en_US/procedure_dialog.rst b/docs/en_US/procedure_dialog.rst index 47540b766..cd2edd5ad 100644 --- a/docs/en_US/procedure_dialog.rst +++ b/docs/en_US/procedure_dialog.rst @@ -135,7 +135,7 @@ procedure. Click *Add* to add each security label selection: * Specify a security label provider in the *Provider* field. The named provider must be loaded and must consent to the proposed labeling operation. -* Specify a a security label in the *Security Label* field. The meaning of a +* Specify a security label in the *Security Label* field. The meaning of a given label is at the discretion of the label provider. PostgreSQL places no restrictions on whether or how a label provider must interpret security labels; it merely provides a mechanism for storing them. diff --git a/docs/en_US/restore_dialog.rst b/docs/en_US/restore_dialog.rst index 3d88ae488..9e0123613 100644 --- a/docs/en_US/restore_dialog.rst +++ b/docs/en_US/restore_dialog.rst @@ -50,13 +50,13 @@ tab to provide options related to data or pgAdmin objects that correspond to *pg * Move switches in the **Sections** field box to specify the content that will be restored: - * Move the switch next to *Pre-data* towards right position to restore all + * Move the switch next to *Pre-data* to the *Yes* position to restore all data definition items not included in the data or post-data item lists. - * Move the switch next to *Data* towards right position to restore actual + * Move the switch next to *Data* to the *Yes* position to restore actual table data, large-object contents, and sequence values. - * Move the switch next to *Post-data* towards right position position to restore + * Move the switch next to *Post-data* to the *Yes* position to restore definitions of indexes, triggers, rules, and constraints (other than validated check constraints). @@ -67,7 +67,7 @@ tab to provide options related to data or pgAdmin objects that correspond to *pg * Move switches in the **Type of objects** field box to specify the objects that will be restored: - * Move the switch next to *Only data* towards right position to limit the + * Move the switch next to *Only data* to the *Yes* position to limit the restoration to data. * Move the switch next to *Only schema* to limit the restoration to @@ -80,29 +80,29 @@ tab to provide options related to data or pgAdmin objects that correspond to *pg * Move switches in the **Do not save** box to specify which objects will not be restored: - * Move the switch next to *Owner* towards right position to exclude commands + * Move the switch next to *Owner* to the *Yes* position to exclude commands that set object ownership. - * Move the switch next to *Privileges* towards right position to exclude + * Move the switch next to *Privileges* to the *Yes* position to exclude commands that create access privileges. - * Move the switch next to *Tablespaces* towards right position to exclude + * Move the switch next to *Tablespaces* to the *Yes* position to exclude tablespaces. - * Move the switch next to *Comments* towards right position to exclude + * Move the switch next to *Comments* to the *Yes* position to exclude commands that set the comments. **Note:** This option is visible only for database server greater than or equal to 11. - * Move the switch next to *Publications* towards right position to exclude + * Move the switch next to *Publications* to the *Yes* position to exclude publications. - * Move the switch next to *Subscriptions* towards right position to exclude + * Move the switch next to *Subscriptions* to the *Yes* position to exclude subscriptions. - * Move the switch next to *Security labels* towards right position to exclude + * Move the switch next to *Security labels* to the *Yes* position to exclude Security labels. - * Move the switch next to *Table access methods* towards right position to exclude + * Move the switch next to *Table access methods* to the *Yes* position to exclude Table access methods. **Note:** This option is visible only for database server greater than or equal to 15. @@ -114,17 +114,17 @@ Click the *Query Options* tab to continue. Use these additional fields to specif the type of statements that should be included in the restore: - * Move the switch next to *Include CREATE DATABASE statement* towards right position + * Move the switch next to *Include CREATE DATABASE statement* to the *Yes* position to include a command that creates a new database before performing the restore. - * Move the switch next to *Clean before restore* towards right position to + * Move the switch next to *Clean before restore* to the *Yes* position to drop each existing database object (and data) before restoring. - * Move the switch next to *Include IF EXISTS clause* towards right + * Move the switch next to *Include IF EXISTS clause* to the *Yes* position to add an IF EXISTS clause to drop databases and other objects. This option is not valid unless *Clean before restore* is also set. - * Move the switch next to *Single transaction* towards right position to + * Move the switch next to *Single transaction* to the *Yes* position to execute the restore as a single transaction (that is, wrap the emitted commands in *BEGIN/COMMIT*). This ensures that either all the commands complete successfully, or no changes are applied. This option implies @@ -137,12 +137,12 @@ the type of statements that should be included in the restore: Click the *Table Options* tab to continue. Use the fields in the *Table Options* tab related to tables that should be included in the backup. - * Move the switch next to *Enable row security* towards right position to + * Move the switch next to *Enable row security* to the *Yes* position to set row_security to on instead, allowing the user to dump the parts of the contents of the table that they have access to. This option is relevant only when dumping the contents of a table which has row security. - * Move the switch next to *No data for failed tables* towards right position + * Move the switch next to *No data for failed tables* to the *Yes* position to ignore data that fails a trigger. Click the *Options* tab to continue. Use the fields in the *Options* @@ -156,20 +156,20 @@ tab to provide other restore options. should be excluded from the restore: * Move the switch next to *Triggers* (active when creating a data-only - restore) towards right position to include commands that will disable + restore) to the *Yes* position to include commands that will disable triggers on the target table while the data is being loaded. * Move switches in the **Miscellaneous/Behavior** box to specify miscellaneous restore options: - * Move the switch next to *Verbose messages* towards left to instruct + * Move the switch next to *Verbose messages* to the *No* position to instruct *pg_restore* to exclude verbose messages. - * Move the switch next to *Use SET SESSION AUTHORIZATION* towards right position + * Move the switch next to *Use SET SESSION AUTHORIZATION* to the *Yes* position to include a statement that will use a SET SESSION AUTHORIZATION command to determine object ownership (instead of an ALTER OWNER command). - * Move the switch next to *Exit on error* towards right position to instruct + * Move the switch next to *Exit on error* to the *Yes* position to instruct *pg_restore* to exit restore if there is an error in sending SQL commands. The default is to continue and to display a count of errors at the end of the restore. @@ -182,6 +182,6 @@ command, click the *Restore* button to start the process, or click the *Cancel* button to exit without saving your work. A popup will confirm if the restore is successful. -pgAdmin will run the restore process in background. You can view all the background -process with there running status and logs on the :ref:`Processes ` -tab +pgAdmin will run the restore process in the background. You can view all the background +processes with their running status and logs on the :ref:`Processes ` +tab. diff --git a/docs/en_US/role_dialog.rst b/docs/en_US/role_dialog.rst index f951a3788..1f2387aa0 100644 --- a/docs/en_US/role_dialog.rst +++ b/docs/en_US/role_dialog.rst @@ -105,7 +105,7 @@ Use the *Security* tab to define security labels applied to the role. Click the * Specify a security label provider in the *Provider* field. The named provider must be loaded and must consent to the proposed labeling operation. -* Specify a a security label in the *Security Label* field. The meaning of a +* Specify a security label in the *Security Label* field. The meaning of a given label is at the discretion of the label provider. PostgreSQL places no restrictions on whether or how a label provider must interpret security labels; it merely provides a mechanism for storing them. diff --git a/docs/en_US/schema_dialog.rst b/docs/en_US/schema_dialog.rst index 801dfceb3..269b38a9e 100644 --- a/docs/en_US/schema_dialog.rst +++ b/docs/en_US/schema_dialog.rst @@ -49,7 +49,7 @@ panel: * Specify a security label provider in the *Provider* field. The named provider must be loaded and must consent to the proposed labeling operation. -* Specify a a security label in the *Security Label* field. The meaning of a +* Specify a security label in the *Security Label* field. The meaning of a given label is at the discretion of the label provider. PostgreSQL places no restrictions on whether or how a label provider must interpret security labels; it merely provides a mechanism for storing them. diff --git a/docs/en_US/schema_diff.rst b/docs/en_US/schema_diff.rst index 331a3ef59..db7e7cf2a 100644 --- a/docs/en_US/schema_diff.rst +++ b/docs/en_US/schema_diff.rst @@ -79,13 +79,13 @@ same or different (and within the same server or from different servers). Use the drop-down near to *Compare* button to ignore owner, whitespace, tablespace and grants. - * Ignore Owner – Select to ignores the owner while comparing the objects. + * Ignore Owner – Select to ignore the owner while comparing the objects. - * Ignore Whitespace – Select to ignores the whitespace while comparing the string objects. Whitespace includes space, tabs, and CRLF. + * Ignore Whitespace – Select to ignore the whitespace while comparing the string objects. Whitespace includes space, tabs, and CRLF. - * Ignore Tablespace – Select to ignores the tablespace while comparing the objects. + * Ignore Tablespace – Select to ignore the tablespace while comparing the objects. - * Ignore Grant/Revoke – Select to ignores the grant and revoke command while comparing the objects. + * Ignore Grant/Revoke – Select to ignore the grant and revoke command while comparing the objects. After you select servers, and databases, click on the *Compare* button to obtain the *Comparison Result*. diff --git a/docs/en_US/sequence_dialog.rst b/docs/en_US/sequence_dialog.rst index edc889f95..4f92b5a8e 100644 --- a/docs/en_US/sequence_dialog.rst +++ b/docs/en_US/sequence_dialog.rst @@ -55,11 +55,11 @@ Use the fields in the *Definition* tab to define the sequence: to be preallocated and stored in memory for faster access. The minimum value is 1 (only one value can be generated at a time, i.e., no cache), and this is also the default. -* Move the switch next to *Cycled* towards the *right position* to allow the sequence to wrap +* Move the switch next to *Cycled* to the *Yes* position to allow the sequence to wrap around when the MAXVALUE or the MINVALUE has been reached by an ascending or descending sequence respectively. If the limit is reached, the next number generated will be the MINVALUE or MAXVALUE, respectively. The default is *No*. -* Move the switch next to *Unlogged?* towards the *right position* to make the sequence Unlogged. +* Move the switch next to *Unlogged?* to the *Yes* position to make the sequence Unlogged. The default is *No*. This option is available only on PostgreSQL 15 and above. * The *OWNED BY* option causes the sequence to be associated with a specific table column, such that if that column (or its whole table) is dropped, the @@ -93,7 +93,7 @@ sequence. Click the *Add* icon (+) to add each security label selection: * Specify a security label provider in the *Provider* field. The named provider must be loaded and must consent to the proposed labeling operation. -* Specify a a security label in the *Security Label* field. The meaning of a +* Specify a security label in the *Security Label* field. The meaning of a given label is at the discretion of the label provider. PostgreSQL places no restrictions on whether or how a label provider must interpret security labels; it merely provides a mechanism for storing them. @@ -104,7 +104,7 @@ in the *Delete Row* popup. Click the *SQL* tab to continue. -Your entries in the *Sequence* dialog generate a generate a SQL command (see an +Your entries in the *Sequence* dialog generate a SQL command (see an example below). Use the *SQL* tab for review; revisit or switch tabs to make any changes to the SQL command. diff --git a/docs/en_US/table_dialog.rst b/docs/en_US/table_dialog.rst index e20ac3253..ee770beae 100644 --- a/docs/en_US/table_dialog.rst +++ b/docs/en_US/table_dialog.rst @@ -421,20 +421,20 @@ not-null constraints; after saving the new or modified table, any changes to the original table will not be applied to the new table. * Use the drop-down listbox next to *Relation* to select a reference table. -* Move the switch next to *With default values?* towards the *right position* to copy default +* Move the switch next to *With default values?* to the *Yes* position to copy default values. -* Move the switch next to *With constraints?* towards the *right position* to copy table and +* Move the switch next to *With constraints?* to the *Yes* position to copy table and column constraints. -* Move the switch next to *With indexes?* towards the *right position* to copy indexes. -* Move the switch next to *With storage?* towards the *right position* to copy storage settings. -* Move the switch next to *With comments?* towards the *right position* to copy comments. -* Move the switch next to *With compression?* towards the *right position* to copy +* Move the switch next to *With indexes?* to the *Yes* position to copy indexes. +* Move the switch next to *With storage?* to the *Yes* position to copy storage settings. +* Move the switch next to *With comments?* to the *Yes* position to copy comments. +* Move the switch next to *With compression?* to the *Yes* position to copy compression method. This option is available only on PostgreSQL 14 and above. -* Move the switch next to *With generated?* towards the *right position* to copy +* Move the switch next to *With generated?* to the *Yes* position to copy generation expressions of copied column. This option is available only on PostgreSQL 12 and above. -* Move the switch next to *With identity?* towards the *right position* to copy +* Move the switch next to *With identity?* to the *Yes* position to copy any identity specifications of copied column. -* Move the switch next to *With statistics?* towards the *right position* to copy +* Move the switch next to *With statistics?* to the *Yes* position to copy extended statistics. With PostgreSQL 10 forward, the *Partition* tab will be visible. @@ -531,7 +531,7 @@ function. Click the *Add* icon (+) to add each security label selection: * Specify a security label provider in the *Provider* field. The named provider must be loaded and must consent to the proposed labeling operation. -* Specify a a security label in the *Security Label* field. The meaning of a +* Specify a security label in the *Security Label* field. The meaning of a given label is at the discretion of the label provider. PostgreSQL places no restrictions on whether or how a label provider must interpret security labels; it merely provides a mechanism for storing them. diff --git a/docs/en_US/tablespace_dialog.rst b/docs/en_US/tablespace_dialog.rst index d31c30060..28b02e1b7 100644 --- a/docs/en_US/tablespace_dialog.rst +++ b/docs/en_US/tablespace_dialog.rst @@ -75,7 +75,7 @@ tablespace. Click the *Add* icon (+) to add each security label selection: * Specify a security label provider in the *Provider* field. The named provider must be loaded and must consent to the proposed labeling operation. -* Specify a a security label in the *Security Label* field. The meaning of a +* Specify a security label in the *Security Label* field. The meaning of a given label is at the discretion of the label provider. PostgreSQL places no restrictions on whether or how a label provider must interpret security labels; it merely provides a mechanism for storing them. diff --git a/docs/en_US/trigger_function_dialog.rst b/docs/en_US/trigger_function_dialog.rst index f98abde34..4ef4b3aba 100644 --- a/docs/en_US/trigger_function_dialog.rst +++ b/docs/en_US/trigger_function_dialog.rst @@ -139,7 +139,7 @@ function. Click the *Add* icon (+) to add each security label selection: * Specify a security label provider in the *Provider* field. The named provider must be loaded and must consent to the proposed labeling operation. -* Specify a a security label in the *Security Label* field. The meaning of a +* Specify a security label in the *Security Label* field. The meaning of a given label is at the discretion of the label provider. PostgreSQL places no restrictions on whether or how a label provider must interpret security labels; it merely provides a mechanism for storing them. diff --git a/docs/en_US/type_dialog.rst b/docs/en_US/type_dialog.rst index db3e29340..4b79052a5 100644 --- a/docs/en_US/type_dialog.rst +++ b/docs/en_US/type_dialog.rst @@ -162,7 +162,7 @@ disabled. values to a canonical form. * Use the drop-down listbox next to *Sub-type diff function* to select a user-defined subtype_diff function. -* Specify the optional *Multirange type name* parameter to specifies the +* Specify the optional *Multirange type name* parameter to specify the name of the corresponding multirange type. If not specified, this name is chosen automatically. diff --git a/docs/en_US/view_dialog.rst b/docs/en_US/view_dialog.rst index 5b5c82c2c..22fc288ad 100644 --- a/docs/en_US/view_dialog.rst +++ b/docs/en_US/view_dialog.rst @@ -86,7 +86,7 @@ Click the *Add* icon (+) to add each security label selection: * Specify a security label provider in the *Provider* field. The named provider must be loaded and must consent to the proposed labeling operation. -* Specify a a security label in the *Security Label* field. The meaning of a +* Specify a security label in the *Security Label* field. The meaning of a given label is at the discretion of the label provider. PostgreSQL places no restrictions on whether or how a label provider must interpret security labels; it merely provides a mechanism for storing them.