diff --git a/docs/en_US/cast_dialog.rst b/docs/en_US/cast_dialog.rst index f491cdf4e..31a98b2f7 100644 --- a/docs/en_US/cast_dialog.rst +++ b/docs/en_US/cast_dialog.rst @@ -38,7 +38,7 @@ Use the fields in the *Definition* tab to define parameters: * Use the drop-down listbox next to *Function* to select the function used to perform the cast. The function's result data type must match the target type of the cast. -* Move the *Context* switch to the *Implicit* position if the cast is implicit. +* Select *Context* toggle to *Implicit* if the cast is implicit. By default, a cast can be invoked only by an explicit cast request. If the cast is marked *Implicit* then it can be invoked implicitly in any context, whether by assignment or internally in an expression. @@ -58,10 +58,7 @@ the *Cast* dialog: :alt: Cast dialog sql tab :align: center -The cast uses a function named *int4(bigint)* to convert a biginteger data type -to an integer. - * Click the *Info* button (i) to access online help. * Click the *Save* button to save work. -* Click the *Cancel* button to exit without saving work. -* Click the *Reset* button to restore configuration parameters. \ No newline at end of file +* Click the *Close* button to exit without saving work. +* Click the *Reset* button to restore configuration parameters. diff --git a/docs/en_US/collation_dialog.rst b/docs/en_US/collation_dialog.rst index 8ec1d8cc1..6a706dfdf 100644 --- a/docs/en_US/collation_dialog.rst +++ b/docs/en_US/collation_dialog.rst @@ -79,7 +79,7 @@ rules specified for the locale, *fr-BI-x-icu. The collation is owned by https://www.postgresql.org/docs/current/locale.html * Click the *Save* button to save work. -* Click the *Cancel* button to exit without saving work. +* Click the *Close* button to exit without saving work. * Click the *Reset* button to restore configuration parameters. diff --git a/docs/en_US/domain_constraint_dialog.rst b/docs/en_US/domain_constraint_dialog.rst index 28eb544fd..5722fc06a 100644 --- a/docs/en_US/domain_constraint_dialog.rst +++ b/docs/en_US/domain_constraint_dialog.rst @@ -59,11 +59,11 @@ the *Domain Constraints* dialog: :align: center The example shown demonstrates creating a domain constraint on the domain -*timesheets* named *weekday*. It constrains a value to equal *Friday*. +*timesheets* named *weekday*. It constrains a value equal to *Friday*. * Click the *Info* button (i) to access online help. * Click the *Save* button to save work. -* Click the *Cancel* button to exit without saving work. +* Click the *Close* button to exit without saving work. * Click the *Reset* button to restore configuration parameters. diff --git a/docs/en_US/domain_dialog.rst b/docs/en_US/domain_dialog.rst index 2ca58e22b..f5c522d29 100644 --- a/docs/en_US/domain_dialog.rst +++ b/docs/en_US/domain_dialog.rst @@ -114,12 +114,12 @@ the *Domain* dialog: :alt: Domain dialog sql tab :align: center -The example shown demonstrates creating a domain named *minimum-wage* that -confirms that the value entered is greater than or equal to *7.25*. +The example shown demonstrates creating a domain named *postal_code* that +confirms that the value entered is in proper format. * Click the *Info* button (i) to access online help. * Click the *Save* button to save work. -* Click the *Cancel* button to exit without saving work. +* Click the *Close* button to exit without saving work. * Click the *Reset* button to restore configuration parameters. diff --git a/docs/en_US/event_trigger_dialog.rst b/docs/en_US/event_trigger_dialog.rst index 9d7330761..1e27377be 100644 --- a/docs/en_US/event_trigger_dialog.rst +++ b/docs/en_US/event_trigger_dialog.rst @@ -4,14 +4,14 @@ `Event Trigger Dialog`:index: ***************************** -Use the *Domain Trigger* dialog to define an event trigger. Unlike regular +Use the *Event Trigger* dialog to define an event trigger. Unlike regular triggers, which are attached to a single table and capture only DML events, event triggers are global to a particular database and are capable of capturing DDL events. Like regular triggers, event triggers can be written in any procedural language that includes event trigger support, or in C, but not in SQL. -The *Domain Trigger* dialog organizes the development of a event trigger through +The *Event Trigger* dialog organizes the development of a event trigger through the following dialog tabs: *General*, *Definition*, and *Security Labels*. The *SQL* tab displays the SQL code generated by dialog selections. @@ -67,7 +67,7 @@ in the *Delete Row* popup. Click the *SQL* tab to continue. -Your entries in the *Domain Trigger* dialog generate a generate a SQL command. +Your entries in the *Event Trigger* dialog generate a generate a SQL command. Use the *SQL* tab for review; revisit or switch tabs to make any changes to the SQL command. @@ -75,18 +75,18 @@ Example ******* The following is an example of the sql command generated by user selections in -the *Domain Trigger* dialog: +the *Event Trigger* dialog: .. image:: images/event_trigger_sql.png :alt: Event trigger dialog sql tab :align: center The command creates an event trigger named *accounts* that invokes the procedure -named *acct_due*. +named *evt_tri_fun*. * Click the *Info* button (i) to access online help. * Click the *Save* button to save work. -* Click the *Cancel* button to exit without saving work. +* Click the *Close* button to exit without saving work. * Click the *Reset* button to restore configuration parameters. diff --git a/docs/en_US/extension_dialog.rst b/docs/en_US/extension_dialog.rst index fa304a947..4f6f3a80b 100644 --- a/docs/en_US/extension_dialog.rst +++ b/docs/en_US/extension_dialog.rst @@ -54,11 +54,11 @@ the *Extension* dialog: :alt: Extension dialog sql tab :align: center -The command creates the *chkpass* extension in the *public* schema. It is -version *1.0* of *chkpass*. +The command creates the *adminpack* extension in the *public* schema. It is +version *1.0* of *adminpack*. * Click the *Info* button (i) to access online help. * Click the *Save* button to save work. -* Click the *Cancel* button to exit without saving work. +* Click the *Close* button to exit without saving work. * Click the *Reset* button to restore configuration parameters. diff --git a/docs/en_US/foreign_data_wrapper_dialog.rst b/docs/en_US/foreign_data_wrapper_dialog.rst index 6556228cc..907625a06 100644 --- a/docs/en_US/foreign_data_wrapper_dialog.rst +++ b/docs/en_US/foreign_data_wrapper_dialog.rst @@ -97,12 +97,12 @@ the *Foreign Data Wrapper* dialog: :alt: Foreign data wrapper dialog sql tab :align: center -The example creates a foreign data wrapper named *libpq_debug* that uses +The example creates a foreign data wrapper named *lib_qp_debug* that uses pre-existing validator and handler functions, *dblink_fdw_validator* and *libpg_fdw_handler*. Selections on the *Options* tab set *debug* equal to *true*. The foreign data wrapper is owned by *postgres*. * Click the *Help* button (?) to access online help. * Click the *Save* button to save work. -* Click the *Cancel* button to exit without saving work. +* Click the *Close* button to exit without saving work. * Click the *Reset* button to restore configuration parameters. diff --git a/docs/en_US/foreign_server_dialog.rst b/docs/en_US/foreign_server_dialog.rst index e3f354ec6..fc4aa48d9 100644 --- a/docs/en_US/foreign_server_dialog.rst +++ b/docs/en_US/foreign_server_dialog.rst @@ -93,5 +93,5 @@ Options for the foreign server include a host and a port. * Click the *Info* button (i) to access online help. * Click the *Save* button to save work. -* Click the *Cancel* button to exit without saving work. +* Click the *Close* button to exit without saving work. * Click the *Reset* button to restore configuration parameters. diff --git a/docs/en_US/foreign_table_dialog.rst b/docs/en_US/foreign_table_dialog.rst index e47fcedb3..0638585f6 100644 --- a/docs/en_US/foreign_table_dialog.rst +++ b/docs/en_US/foreign_table_dialog.rst @@ -162,5 +162,5 @@ columns and two options. * Click the *Info* button (i) to access online help. * Click the *Save* button to save work. -* Click the *Cancel* button to exit without saving work. +* Click the *Close* button to exit without saving work. * Click the *Reset* button to restore configuration parameters. diff --git a/docs/en_US/fts_configuration_dialog.rst b/docs/en_US/fts_configuration_dialog.rst index a3380f248..83a06c4d6 100644 --- a/docs/en_US/fts_configuration_dialog.rst +++ b/docs/en_US/fts_configuration_dialog.rst @@ -49,7 +49,7 @@ Click the *Tokens* tab to continue. Use the fields in the *Tokens* tab to add a token: * Use the *Tokens* field to specify the name of a token. -* Click the *Add* icon (+) to create a token. +* Click the *Add* button to create a token. * Use the *Dictionaries* field to specify a dictionary. Repeat these steps to add additional tokens; to discard a token, click the @@ -73,11 +73,11 @@ the *FTS Configuration* dialog: :align: center The example shown demonstrates creating a FTS configuration named -*meme_phrases*. It uses the *default* parser. +*english_phrases*. It uses the *default* parser. * Click the *Info* button (i) to access online help. * Click the *Save* button to save work. -* Click the *Cancel* button to exit without saving work. +* Click the *Close* button to exit without saving work. * Click the *Reset* button to restore configuration parameters. diff --git a/docs/en_US/fts_dictionary_dialog.rst b/docs/en_US/fts_dictionary_dialog.rst index 281213e5c..0b2e09e84 100644 --- a/docs/en_US/fts_dictionary_dialog.rst +++ b/docs/en_US/fts_dictionary_dialog.rst @@ -108,7 +108,7 @@ The example shown demonstrates creating a custom dictionary named * Click the *Info* button (i) to access online help. * Click the *Save* button to save work. -* Click the *Cancel* button to exit without saving work. +* Click the *Close* button to exit without saving work. * Click the *Reset* button to restore configuration parameters. diff --git a/docs/en_US/fts_parser_dialog.rst b/docs/en_US/fts_parser_dialog.rst index 57018ea55..c27d55aa6 100644 --- a/docs/en_US/fts_parser_dialog.rst +++ b/docs/en_US/fts_parser_dialog.rst @@ -58,7 +58,7 @@ command. * Click the *Info* button (i) to access online help. * Click the *Save* button to save work. -* Click the *Cancel* button to exit without saving work. +* Click the *Close* button to exit without saving work. * Click the *Reset* button to restore configuration parameters. diff --git a/docs/en_US/fts_template_dialog.rst b/docs/en_US/fts_template_dialog.rst index d394012dc..eabdc1fdb 100644 --- a/docs/en_US/fts_template_dialog.rst +++ b/docs/en_US/fts_template_dialog.rst @@ -52,12 +52,12 @@ the *FTS Template* dialog: :alt: FTS template dialog sql tab :align: center -The example shown demonstrates creating a fts template named *ru_template* that +The example shown demonstrates creating a fts template named *eng.template* that uses the ispell dictionary. * Click the *Info* button (i) to access online help. * Click the *Save* button to save work. -* Click the *Cancel* button to exit without saving work. +* Click the *Close* button to exit without saving work. * Click the *Reset* button to restore configuration parameters. diff --git a/docs/en_US/images/cast_definition.png b/docs/en_US/images/cast_definition.png index 50db085e9..d10f2faf5 100644 Binary files a/docs/en_US/images/cast_definition.png and b/docs/en_US/images/cast_definition.png differ diff --git a/docs/en_US/images/cast_general.png b/docs/en_US/images/cast_general.png index b9203f3a2..ad595e7eb 100644 Binary files a/docs/en_US/images/cast_general.png and b/docs/en_US/images/cast_general.png differ diff --git a/docs/en_US/images/cast_sql.png b/docs/en_US/images/cast_sql.png index 6a324847d..4e5685e4c 100644 Binary files a/docs/en_US/images/cast_sql.png and b/docs/en_US/images/cast_sql.png differ diff --git a/docs/en_US/images/collation_definition.png b/docs/en_US/images/collation_definition.png index d508dc3a8..8c1b2db5e 100644 Binary files a/docs/en_US/images/collation_definition.png and b/docs/en_US/images/collation_definition.png differ diff --git a/docs/en_US/images/collation_general.png b/docs/en_US/images/collation_general.png index bd83387f1..52372480e 100644 Binary files a/docs/en_US/images/collation_general.png and b/docs/en_US/images/collation_general.png differ diff --git a/docs/en_US/images/collation_sql.png b/docs/en_US/images/collation_sql.png index 062b7687d..ef3a8d8c5 100644 Binary files a/docs/en_US/images/collation_sql.png and b/docs/en_US/images/collation_sql.png differ diff --git a/docs/en_US/images/domain_constraint_definition.png b/docs/en_US/images/domain_constraint_definition.png index e68931891..e6af404fc 100644 Binary files a/docs/en_US/images/domain_constraint_definition.png and b/docs/en_US/images/domain_constraint_definition.png differ diff --git a/docs/en_US/images/domain_constraint_general.png b/docs/en_US/images/domain_constraint_general.png index bf675c643..41aa2be8e 100644 Binary files a/docs/en_US/images/domain_constraint_general.png and b/docs/en_US/images/domain_constraint_general.png differ diff --git a/docs/en_US/images/domain_constraint_sql.png b/docs/en_US/images/domain_constraint_sql.png index feb0f7166..52004aff8 100644 Binary files a/docs/en_US/images/domain_constraint_sql.png and b/docs/en_US/images/domain_constraint_sql.png differ diff --git a/docs/en_US/images/domain_constraints.png b/docs/en_US/images/domain_constraints.png index 4c9989cd8..8865c313b 100644 Binary files a/docs/en_US/images/domain_constraints.png and b/docs/en_US/images/domain_constraints.png differ diff --git a/docs/en_US/images/domain_definition.png b/docs/en_US/images/domain_definition.png index ed8be0821..325590913 100644 Binary files a/docs/en_US/images/domain_definition.png and b/docs/en_US/images/domain_definition.png differ diff --git a/docs/en_US/images/domain_general.png b/docs/en_US/images/domain_general.png index cea1585da..ba83565cc 100644 Binary files a/docs/en_US/images/domain_general.png and b/docs/en_US/images/domain_general.png differ diff --git a/docs/en_US/images/domain_security.png b/docs/en_US/images/domain_security.png index 4d7b3b8c4..bae6be92c 100644 Binary files a/docs/en_US/images/domain_security.png and b/docs/en_US/images/domain_security.png differ diff --git a/docs/en_US/images/domain_sql.png b/docs/en_US/images/domain_sql.png index 81ae20075..6891c66c8 100644 Binary files a/docs/en_US/images/domain_sql.png and b/docs/en_US/images/domain_sql.png differ diff --git a/docs/en_US/images/event_trigger_definition.png b/docs/en_US/images/event_trigger_definition.png index 36fa81740..eff249b18 100644 Binary files a/docs/en_US/images/event_trigger_definition.png and b/docs/en_US/images/event_trigger_definition.png differ diff --git a/docs/en_US/images/event_trigger_general.png b/docs/en_US/images/event_trigger_general.png index ddce54b98..c12547fd5 100644 Binary files a/docs/en_US/images/event_trigger_general.png and b/docs/en_US/images/event_trigger_general.png differ diff --git a/docs/en_US/images/event_trigger_security.png b/docs/en_US/images/event_trigger_security.png index 7af9b5c4f..d45acc1b8 100644 Binary files a/docs/en_US/images/event_trigger_security.png and b/docs/en_US/images/event_trigger_security.png differ diff --git a/docs/en_US/images/event_trigger_sql.png b/docs/en_US/images/event_trigger_sql.png index 6741446e9..21ce05117 100644 Binary files a/docs/en_US/images/event_trigger_sql.png and b/docs/en_US/images/event_trigger_sql.png differ diff --git a/docs/en_US/images/extension_definition.png b/docs/en_US/images/extension_definition.png index 35187a864..d2d756887 100644 Binary files a/docs/en_US/images/extension_definition.png and b/docs/en_US/images/extension_definition.png differ diff --git a/docs/en_US/images/extension_general.png b/docs/en_US/images/extension_general.png index 0bc5350ff..9dc6fa149 100644 Binary files a/docs/en_US/images/extension_general.png and b/docs/en_US/images/extension_general.png differ diff --git a/docs/en_US/images/extension_sql.png b/docs/en_US/images/extension_sql.png index 060587e19..700ce67f8 100644 Binary files a/docs/en_US/images/extension_sql.png and b/docs/en_US/images/extension_sql.png differ diff --git a/docs/en_US/images/foreign_data_wrapper_definition.png b/docs/en_US/images/foreign_data_wrapper_definition.png index 6e0d02352..5b93d345b 100644 Binary files a/docs/en_US/images/foreign_data_wrapper_definition.png and b/docs/en_US/images/foreign_data_wrapper_definition.png differ diff --git a/docs/en_US/images/foreign_data_wrapper_general.png b/docs/en_US/images/foreign_data_wrapper_general.png index 94c0ab90a..5c4359c04 100644 Binary files a/docs/en_US/images/foreign_data_wrapper_general.png and b/docs/en_US/images/foreign_data_wrapper_general.png differ diff --git a/docs/en_US/images/foreign_data_wrapper_options.png b/docs/en_US/images/foreign_data_wrapper_options.png index 7602e1eb3..7ac4f4ca8 100644 Binary files a/docs/en_US/images/foreign_data_wrapper_options.png and b/docs/en_US/images/foreign_data_wrapper_options.png differ diff --git a/docs/en_US/images/foreign_data_wrapper_security.png b/docs/en_US/images/foreign_data_wrapper_security.png index d4ef2c161..f74f033a8 100644 Binary files a/docs/en_US/images/foreign_data_wrapper_security.png and b/docs/en_US/images/foreign_data_wrapper_security.png differ diff --git a/docs/en_US/images/foreign_data_wrapper_sql.png b/docs/en_US/images/foreign_data_wrapper_sql.png index 0e0b5d9df..51701f15d 100644 Binary files a/docs/en_US/images/foreign_data_wrapper_sql.png and b/docs/en_US/images/foreign_data_wrapper_sql.png differ diff --git a/docs/en_US/images/foreign_server_definition.png b/docs/en_US/images/foreign_server_definition.png index 603127f4b..1dbe576f9 100644 Binary files a/docs/en_US/images/foreign_server_definition.png and b/docs/en_US/images/foreign_server_definition.png differ diff --git a/docs/en_US/images/foreign_server_general.png b/docs/en_US/images/foreign_server_general.png index 21ce49bee..9960a882f 100644 Binary files a/docs/en_US/images/foreign_server_general.png and b/docs/en_US/images/foreign_server_general.png differ diff --git a/docs/en_US/images/foreign_server_options.png b/docs/en_US/images/foreign_server_options.png index 35ace7b37..791972d72 100644 Binary files a/docs/en_US/images/foreign_server_options.png and b/docs/en_US/images/foreign_server_options.png differ diff --git a/docs/en_US/images/foreign_server_security.png b/docs/en_US/images/foreign_server_security.png index 4e9e816d9..3b2236e27 100644 Binary files a/docs/en_US/images/foreign_server_security.png and b/docs/en_US/images/foreign_server_security.png differ diff --git a/docs/en_US/images/foreign_server_sql.png b/docs/en_US/images/foreign_server_sql.png index a35cdcae0..4d7c9b285 100644 Binary files a/docs/en_US/images/foreign_server_sql.png and b/docs/en_US/images/foreign_server_sql.png differ diff --git a/docs/en_US/images/foreign_table_columns.png b/docs/en_US/images/foreign_table_columns.png index 336ceb014..11cba200d 100644 Binary files a/docs/en_US/images/foreign_table_columns.png and b/docs/en_US/images/foreign_table_columns.png differ diff --git a/docs/en_US/images/foreign_table_constraints.png b/docs/en_US/images/foreign_table_constraints.png index dc0b8a546..ec6327076 100644 Binary files a/docs/en_US/images/foreign_table_constraints.png and b/docs/en_US/images/foreign_table_constraints.png differ diff --git a/docs/en_US/images/foreign_table_definition.png b/docs/en_US/images/foreign_table_definition.png index f0f4c84b2..19aed2d1d 100644 Binary files a/docs/en_US/images/foreign_table_definition.png and b/docs/en_US/images/foreign_table_definition.png differ diff --git a/docs/en_US/images/foreign_table_general.png b/docs/en_US/images/foreign_table_general.png index 016613b7f..db3619e81 100644 Binary files a/docs/en_US/images/foreign_table_general.png and b/docs/en_US/images/foreign_table_general.png differ diff --git a/docs/en_US/images/foreign_table_options.png b/docs/en_US/images/foreign_table_options.png index fd08c1bbc..60f1499b5 100644 Binary files a/docs/en_US/images/foreign_table_options.png and b/docs/en_US/images/foreign_table_options.png differ diff --git a/docs/en_US/images/foreign_table_security.png b/docs/en_US/images/foreign_table_security.png index 83dfe19ab..f96a01789 100644 Binary files a/docs/en_US/images/foreign_table_security.png and b/docs/en_US/images/foreign_table_security.png differ diff --git a/docs/en_US/images/foreign_table_sql.png b/docs/en_US/images/foreign_table_sql.png index 4dbdb3e26..5d657b42b 100644 Binary files a/docs/en_US/images/foreign_table_sql.png and b/docs/en_US/images/foreign_table_sql.png differ diff --git a/docs/en_US/images/fts_configuration_definition.png b/docs/en_US/images/fts_configuration_definition.png index 32e60c6df..4a995c98c 100644 Binary files a/docs/en_US/images/fts_configuration_definition.png and b/docs/en_US/images/fts_configuration_definition.png differ diff --git a/docs/en_US/images/fts_configuration_general.png b/docs/en_US/images/fts_configuration_general.png index 4193f9d4f..e94a6c675 100644 Binary files a/docs/en_US/images/fts_configuration_general.png and b/docs/en_US/images/fts_configuration_general.png differ diff --git a/docs/en_US/images/fts_configuration_sql.png b/docs/en_US/images/fts_configuration_sql.png index 8624dcd67..0b7801184 100644 Binary files a/docs/en_US/images/fts_configuration_sql.png and b/docs/en_US/images/fts_configuration_sql.png differ diff --git a/docs/en_US/images/fts_configuration_tokens.png b/docs/en_US/images/fts_configuration_tokens.png index 5e2d143bf..a074f3d28 100644 Binary files a/docs/en_US/images/fts_configuration_tokens.png and b/docs/en_US/images/fts_configuration_tokens.png differ diff --git a/docs/en_US/images/fts_dictionary_definition.png b/docs/en_US/images/fts_dictionary_definition.png index 64a2c75b5..7e0108f16 100644 Binary files a/docs/en_US/images/fts_dictionary_definition.png and b/docs/en_US/images/fts_dictionary_definition.png differ diff --git a/docs/en_US/images/fts_dictionary_general.png b/docs/en_US/images/fts_dictionary_general.png index 8f8b8d0cb..8afd0754b 100644 Binary files a/docs/en_US/images/fts_dictionary_general.png and b/docs/en_US/images/fts_dictionary_general.png differ diff --git a/docs/en_US/images/fts_dictionary_options.png b/docs/en_US/images/fts_dictionary_options.png index 3d23641df..9c7c5aa3b 100644 Binary files a/docs/en_US/images/fts_dictionary_options.png and b/docs/en_US/images/fts_dictionary_options.png differ diff --git a/docs/en_US/images/fts_dictionary_sql.png b/docs/en_US/images/fts_dictionary_sql.png index 26f829053..920194fe7 100644 Binary files a/docs/en_US/images/fts_dictionary_sql.png and b/docs/en_US/images/fts_dictionary_sql.png differ diff --git a/docs/en_US/images/fts_parser_definition.png b/docs/en_US/images/fts_parser_definition.png index 46e062b16..b9827f51b 100644 Binary files a/docs/en_US/images/fts_parser_definition.png and b/docs/en_US/images/fts_parser_definition.png differ diff --git a/docs/en_US/images/fts_parser_general.png b/docs/en_US/images/fts_parser_general.png index 3f8818d92..e048ccfaf 100644 Binary files a/docs/en_US/images/fts_parser_general.png and b/docs/en_US/images/fts_parser_general.png differ diff --git a/docs/en_US/images/fts_parser_sql.png b/docs/en_US/images/fts_parser_sql.png index 3dcdb19bb..ab92d84e7 100644 Binary files a/docs/en_US/images/fts_parser_sql.png and b/docs/en_US/images/fts_parser_sql.png differ diff --git a/docs/en_US/images/fts_template_definition.png b/docs/en_US/images/fts_template_definition.png index d7c8b9490..4ddc6242e 100644 Binary files a/docs/en_US/images/fts_template_definition.png and b/docs/en_US/images/fts_template_definition.png differ diff --git a/docs/en_US/images/fts_template_general.png b/docs/en_US/images/fts_template_general.png index 7b66d095b..fa3f209e8 100644 Binary files a/docs/en_US/images/fts_template_general.png and b/docs/en_US/images/fts_template_general.png differ diff --git a/docs/en_US/images/fts_template_sql.png b/docs/en_US/images/fts_template_sql.png index b842eb263..d884575f5 100644 Binary files a/docs/en_US/images/fts_template_sql.png and b/docs/en_US/images/fts_template_sql.png differ diff --git a/docs/en_US/images/language_definition.png b/docs/en_US/images/language_definition.png index ed049445c..722b7373f 100644 Binary files a/docs/en_US/images/language_definition.png and b/docs/en_US/images/language_definition.png differ diff --git a/docs/en_US/images/language_general.png b/docs/en_US/images/language_general.png index d7f8c0012..458dbbb66 100644 Binary files a/docs/en_US/images/language_general.png and b/docs/en_US/images/language_general.png differ diff --git a/docs/en_US/images/language_security.png b/docs/en_US/images/language_security.png index 52a99a69b..4305ddbba 100644 Binary files a/docs/en_US/images/language_security.png and b/docs/en_US/images/language_security.png differ diff --git a/docs/en_US/images/language_sql.png b/docs/en_US/images/language_sql.png index 77ac78787..e3c481fbf 100644 Binary files a/docs/en_US/images/language_sql.png and b/docs/en_US/images/language_sql.png differ diff --git a/docs/en_US/images/materialized_view_definition.png b/docs/en_US/images/materialized_view_definition.png index aa83535d9..f00d98dd8 100644 Binary files a/docs/en_US/images/materialized_view_definition.png and b/docs/en_US/images/materialized_view_definition.png differ diff --git a/docs/en_US/images/materialized_view_general.png b/docs/en_US/images/materialized_view_general.png index c00ec8b2d..4fa83f1c4 100644 Binary files a/docs/en_US/images/materialized_view_general.png and b/docs/en_US/images/materialized_view_general.png differ diff --git a/docs/en_US/images/materialized_view_parameter.png b/docs/en_US/images/materialized_view_parameter.png index e5794299c..a50ef24ee 100644 Binary files a/docs/en_US/images/materialized_view_parameter.png and b/docs/en_US/images/materialized_view_parameter.png differ diff --git a/docs/en_US/images/materialized_view_security.png b/docs/en_US/images/materialized_view_security.png index 1216884f6..076975248 100644 Binary files a/docs/en_US/images/materialized_view_security.png and b/docs/en_US/images/materialized_view_security.png differ diff --git a/docs/en_US/images/materialized_view_sql.png b/docs/en_US/images/materialized_view_sql.png index e222d3fd5..14af9a811 100644 Binary files a/docs/en_US/images/materialized_view_sql.png and b/docs/en_US/images/materialized_view_sql.png differ diff --git a/docs/en_US/images/materialized_view_storage.png b/docs/en_US/images/materialized_view_storage.png index 616069a3b..74aeb701f 100644 Binary files a/docs/en_US/images/materialized_view_storage.png and b/docs/en_US/images/materialized_view_storage.png differ diff --git a/docs/en_US/images/user_mapping_general.png b/docs/en_US/images/user_mapping_general.png index 29523d2d1..546ff4b36 100644 Binary files a/docs/en_US/images/user_mapping_general.png and b/docs/en_US/images/user_mapping_general.png differ diff --git a/docs/en_US/images/user_mapping_options.png b/docs/en_US/images/user_mapping_options.png index e0528e294..ee199f778 100644 Binary files a/docs/en_US/images/user_mapping_options.png and b/docs/en_US/images/user_mapping_options.png differ diff --git a/docs/en_US/images/user_mapping_sql.png b/docs/en_US/images/user_mapping_sql.png index d788b2613..4d51300d3 100644 Binary files a/docs/en_US/images/user_mapping_sql.png and b/docs/en_US/images/user_mapping_sql.png differ diff --git a/docs/en_US/language_dialog.rst b/docs/en_US/language_dialog.rst index a49855a9d..cb21f4687 100644 --- a/docs/en_US/language_dialog.rst +++ b/docs/en_US/language_dialog.rst @@ -89,9 +89,9 @@ the *Language* dialog: :alt: Language dialog sql tab :align: center -The example shown demonstrates creating the procedural language named *plperl*. +The example shown demonstrates creating the trusted procedural language named *mylan*. * Click the *Info* button (i) to access online help. * Click the *Save* button to save work. -* Click the *Cancel* button to exit without saving work. +* Click the *Close* button to exit without saving work. * Click the *Reset* button to restore configuration parameters. diff --git a/docs/en_US/materialized_view_dialog.rst b/docs/en_US/materialized_view_dialog.rst index c13e3fb63..65b360827 100644 --- a/docs/en_US/materialized_view_dialog.rst +++ b/docs/en_US/materialized_view_dialog.rst @@ -128,5 +128,5 @@ the displayed query in the *pg_default* tablespace. * Click the *Info* button (i) to access online help. * Click the *Save* button to save work. -* Click the *Cancel* button to exit without saving work. +* Click the *Close* button to exit without saving work. * Click the *Reset* button to restore configuration parameters. diff --git a/docs/en_US/user_mapping_dialog.rst b/docs/en_US/user_mapping_dialog.rst index b8d38b8a5..6c43e2f96 100644 --- a/docs/en_US/user_mapping_dialog.rst +++ b/docs/en_US/user_mapping_dialog.rst @@ -61,7 +61,7 @@ The example shown demonstrates a user mapping for the *hdfs_server*. The user is * Click the *Info* button (i) to access online help. * Click the *Save* button to save work. -* Click the *Cancel* button to exit without saving work. +* Click the *Close* button to exit without saving work. * Click the *Reset* button to restore configuration parameters.