diff --git a/docs/en_US/check_dialog.rst b/docs/en_US/check_dialog.rst index 7b149396e..403265b64 100644 --- a/docs/en_US/check_dialog.rst +++ b/docs/en_US/check_dialog.rst @@ -55,12 +55,11 @@ the *Check* dialog: :alt: Check dialog sql tab :align: center -The example shown demonstrates creating a check constraint named *check_price* -on the *price* column of the *products* table. The constraint confirms that -any values added to the column are greater than 0. +The example shown demonstrates creating a check constraint named *jobhist_date_chk* +on the *startdate* column of the *jobhist* table. * 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/column_dialog.rst b/docs/en_US/column_dialog.rst index 313fc5ead..e48b03a2a 100644 --- a/docs/en_US/column_dialog.rst +++ b/docs/en_US/column_dialog.rst @@ -163,10 +163,10 @@ the *Column* dialog: :alt: Column dialog sql tab :align: center -The example shown demonstrates creating a column named *territory* in the table -named *distributors*. +The example shown demonstrates creating a column named *sal* in the table +named *jobhist*. * 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/compound_trigger_dialog.rst b/docs/en_US/compound_trigger_dialog.rst index c6d825cac..9916fa175 100644 --- a/docs/en_US/compound_trigger_dialog.rst +++ b/docs/en_US/compound_trigger_dialog.rst @@ -79,5 +79,5 @@ The example demonstrates creating a compound trigger named *test_ct*. * 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/database_dialog.rst b/docs/en_US/database_dialog.rst index 51237e174..b8231406f 100644 --- a/docs/en_US/database_dialog.rst +++ b/docs/en_US/database_dialog.rst @@ -131,5 +131,5 @@ allows unlimited connections, and is available to all authenticated users. * 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/exclusion_constraint_dialog.rst b/docs/en_US/exclusion_constraint_dialog.rst index 024119880..5b423e9d2 100644 --- a/docs/en_US/exclusion_constraint_dialog.rst +++ b/docs/en_US/exclusion_constraint_dialog.rst @@ -96,11 +96,9 @@ the *Exclusion Constraint* dialog: :align: center The example shown demonstrates creating an exclusion constraint named -*exclude_department* that restricts additions to the dept table to those -additions that are not equal to the value of the *deptno* column. The -constraint uses a btree index. +*ex_dept_no*. The constraint uses a btree index. * 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/foreign_key_dialog.rst b/docs/en_US/foreign_key_dialog.rst index 4b4944eff..4376f40d5 100644 --- a/docs/en_US/foreign_key_dialog.rst +++ b/docs/en_US/foreign_key_dialog.rst @@ -129,10 +129,10 @@ the *Foreign key* dialog: :align: center The example shown demonstrates creating a foreign key constraint named -*territory_fkey* that matches values in the *distributors* table *territory* -column with those of the *sales_territories* table *region* column. +*jobhist_ref_dept_fk* that matches values in the *jobhist* table *dept_no* +column with those of the *dept* table *deptno* column. * 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/foreign_table_dialog.rst b/docs/en_US/foreign_table_dialog.rst index 0638585f6..43e753f34 100644 --- a/docs/en_US/foreign_table_dialog.rst +++ b/docs/en_US/foreign_table_dialog.rst @@ -157,7 +157,7 @@ the *Foreign Table* dialog: :align: center The example shown demonstrates creating a foreign table *weblogs* with multiple -columns and two options. +columns. * Click the *Info* button (i) to access online help. diff --git a/docs/en_US/function_dialog.rst b/docs/en_US/function_dialog.rst index cce5b5c57..31731845e 100644 --- a/docs/en_US/function_dialog.rst +++ b/docs/en_US/function_dialog.rst @@ -181,5 +181,5 @@ function have 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. -* 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/check_definition.png b/docs/en_US/images/check_definition.png index b987faf4e..35b73084a 100644 Binary files a/docs/en_US/images/check_definition.png and b/docs/en_US/images/check_definition.png differ diff --git a/docs/en_US/images/check_general.png b/docs/en_US/images/check_general.png index e52c55c20..3da724477 100644 Binary files a/docs/en_US/images/check_general.png and b/docs/en_US/images/check_general.png differ diff --git a/docs/en_US/images/check_sql.png b/docs/en_US/images/check_sql.png index 9c691a179..4fc1d4a3e 100644 Binary files a/docs/en_US/images/check_sql.png and b/docs/en_US/images/check_sql.png differ diff --git a/docs/en_US/images/column_constraint_generated.png b/docs/en_US/images/column_constraint_generated.png index e692510d6..b61a79183 100644 Binary files a/docs/en_US/images/column_constraint_generated.png and b/docs/en_US/images/column_constraint_generated.png differ diff --git a/docs/en_US/images/column_constraint_identity.png b/docs/en_US/images/column_constraint_identity.png index 94a89e9ba..84ff46ce6 100644 Binary files a/docs/en_US/images/column_constraint_identity.png and b/docs/en_US/images/column_constraint_identity.png differ diff --git a/docs/en_US/images/column_constraints.png b/docs/en_US/images/column_constraints.png index 2e76e0192..540d869cd 100644 Binary files a/docs/en_US/images/column_constraints.png and b/docs/en_US/images/column_constraints.png differ diff --git a/docs/en_US/images/column_definition.png b/docs/en_US/images/column_definition.png index dc6c03106..04fff70fc 100644 Binary files a/docs/en_US/images/column_definition.png and b/docs/en_US/images/column_definition.png differ diff --git a/docs/en_US/images/column_general.png b/docs/en_US/images/column_general.png index f24189bb6..0590ac548 100644 Binary files a/docs/en_US/images/column_general.png and b/docs/en_US/images/column_general.png differ diff --git a/docs/en_US/images/column_security.png b/docs/en_US/images/column_security.png index 2feb43ea1..38741586e 100644 Binary files a/docs/en_US/images/column_security.png and b/docs/en_US/images/column_security.png differ diff --git a/docs/en_US/images/column_sql.png b/docs/en_US/images/column_sql.png index b6fde3368..7140ce5cb 100644 Binary files a/docs/en_US/images/column_sql.png and b/docs/en_US/images/column_sql.png differ diff --git a/docs/en_US/images/column_variables.png b/docs/en_US/images/column_variables.png index c1cebe013..e7bfc04d8 100644 Binary files a/docs/en_US/images/column_variables.png and b/docs/en_US/images/column_variables.png differ diff --git a/docs/en_US/images/compound_trigger_code.png b/docs/en_US/images/compound_trigger_code.png index 819a86e97..140e1439b 100644 Binary files a/docs/en_US/images/compound_trigger_code.png and b/docs/en_US/images/compound_trigger_code.png differ diff --git a/docs/en_US/images/compound_trigger_events.png b/docs/en_US/images/compound_trigger_events.png index 676ec9983..f0cd456fc 100644 Binary files a/docs/en_US/images/compound_trigger_events.png and b/docs/en_US/images/compound_trigger_events.png differ diff --git a/docs/en_US/images/compound_trigger_general.png b/docs/en_US/images/compound_trigger_general.png index 3caededab..6759c168c 100644 Binary files a/docs/en_US/images/compound_trigger_general.png and b/docs/en_US/images/compound_trigger_general.png differ diff --git a/docs/en_US/images/compound_trigger_general_enabled.png b/docs/en_US/images/compound_trigger_general_enabled.png index d350a8845..fc6999e29 100644 Binary files a/docs/en_US/images/compound_trigger_general_enabled.png and b/docs/en_US/images/compound_trigger_general_enabled.png differ diff --git a/docs/en_US/images/compound_trigger_sql.png b/docs/en_US/images/compound_trigger_sql.png index fd0a692c2..341d31f53 100644 Binary files a/docs/en_US/images/compound_trigger_sql.png and b/docs/en_US/images/compound_trigger_sql.png differ diff --git a/docs/en_US/images/database_advanced.png b/docs/en_US/images/database_advanced.png index cf90f3cc7..936f81ba8 100644 Binary files a/docs/en_US/images/database_advanced.png and b/docs/en_US/images/database_advanced.png differ diff --git a/docs/en_US/images/database_definition.png b/docs/en_US/images/database_definition.png index 77c822a0f..47b1e7f35 100644 Binary files a/docs/en_US/images/database_definition.png and b/docs/en_US/images/database_definition.png differ diff --git a/docs/en_US/images/database_general.png b/docs/en_US/images/database_general.png index 5d612ae10..1abc8a9c7 100644 Binary files a/docs/en_US/images/database_general.png and b/docs/en_US/images/database_general.png differ diff --git a/docs/en_US/images/database_parameters.png b/docs/en_US/images/database_parameters.png index a78e58b93..ffbae0cb7 100644 Binary files a/docs/en_US/images/database_parameters.png and b/docs/en_US/images/database_parameters.png differ diff --git a/docs/en_US/images/database_security.png b/docs/en_US/images/database_security.png index 9f26515b1..8bfa3afeb 100644 Binary files a/docs/en_US/images/database_security.png and b/docs/en_US/images/database_security.png differ diff --git a/docs/en_US/images/database_sql.png b/docs/en_US/images/database_sql.png index a661b8f2f..b993292c7 100644 Binary files a/docs/en_US/images/database_sql.png and b/docs/en_US/images/database_sql.png differ diff --git a/docs/en_US/images/exclusion_constraint_columns.png b/docs/en_US/images/exclusion_constraint_columns.png index 882433aa3..b5294e17b 100644 Binary files a/docs/en_US/images/exclusion_constraint_columns.png and b/docs/en_US/images/exclusion_constraint_columns.png differ diff --git a/docs/en_US/images/exclusion_constraint_definition.png b/docs/en_US/images/exclusion_constraint_definition.png index 13879029f..32d59efef 100644 Binary files a/docs/en_US/images/exclusion_constraint_definition.png and b/docs/en_US/images/exclusion_constraint_definition.png differ diff --git a/docs/en_US/images/exclusion_constraint_general.png b/docs/en_US/images/exclusion_constraint_general.png index c92216105..00daf81a9 100644 Binary files a/docs/en_US/images/exclusion_constraint_general.png and b/docs/en_US/images/exclusion_constraint_general.png differ diff --git a/docs/en_US/images/exclusion_constraint_sql.png b/docs/en_US/images/exclusion_constraint_sql.png index e992c0ff3..3e48374d5 100644 Binary files a/docs/en_US/images/exclusion_constraint_sql.png and b/docs/en_US/images/exclusion_constraint_sql.png differ diff --git a/docs/en_US/images/foreign_key_action.png b/docs/en_US/images/foreign_key_action.png index 42a1ef7e1..6cadf3b2d 100644 Binary files a/docs/en_US/images/foreign_key_action.png and b/docs/en_US/images/foreign_key_action.png differ diff --git a/docs/en_US/images/foreign_key_columns.png b/docs/en_US/images/foreign_key_columns.png index 2034421d3..487be3819 100644 Binary files a/docs/en_US/images/foreign_key_columns.png and b/docs/en_US/images/foreign_key_columns.png differ diff --git a/docs/en_US/images/foreign_key_definition.png b/docs/en_US/images/foreign_key_definition.png index f7a4e0a3a..36cdcab0b 100644 Binary files a/docs/en_US/images/foreign_key_definition.png and b/docs/en_US/images/foreign_key_definition.png differ diff --git a/docs/en_US/images/foreign_key_general.png b/docs/en_US/images/foreign_key_general.png index 63f966266..849f263ae 100644 Binary files a/docs/en_US/images/foreign_key_general.png and b/docs/en_US/images/foreign_key_general.png differ diff --git a/docs/en_US/images/foreign_key_sql.png b/docs/en_US/images/foreign_key_sql.png index ccb709042..8b53f8898 100644 Binary files a/docs/en_US/images/foreign_key_sql.png and b/docs/en_US/images/foreign_key_sql.png differ diff --git a/docs/en_US/images/foreign_table_columns.png b/docs/en_US/images/foreign_table_columns.png index 11cba200d..1f51796eb 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 ec6327076..f9694e767 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 19aed2d1d..d4c36b425 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 db3619e81..100dc801e 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 60f1499b5..99d1d8546 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 f96a01789..9d76d2eed 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 5d657b42b..698c184a8 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/function_code.png b/docs/en_US/images/function_code.png index 6a7fcd310..3b4393596 100644 Binary files a/docs/en_US/images/function_code.png and b/docs/en_US/images/function_code.png differ diff --git a/docs/en_US/images/function_definition.png b/docs/en_US/images/function_definition.png index 169468bd9..53634b0c2 100644 Binary files a/docs/en_US/images/function_definition.png and b/docs/en_US/images/function_definition.png differ diff --git a/docs/en_US/images/function_general.png b/docs/en_US/images/function_general.png index c18f129c0..2b4cd91fb 100644 Binary files a/docs/en_US/images/function_general.png and b/docs/en_US/images/function_general.png differ diff --git a/docs/en_US/images/function_options.png b/docs/en_US/images/function_options.png index 5fefc9d2f..d99a97193 100644 Binary files a/docs/en_US/images/function_options.png and b/docs/en_US/images/function_options.png differ diff --git a/docs/en_US/images/function_parameters.png b/docs/en_US/images/function_parameters.png index f0e065390..7dfab48f1 100644 Binary files a/docs/en_US/images/function_parameters.png and b/docs/en_US/images/function_parameters.png differ diff --git a/docs/en_US/images/function_security.png b/docs/en_US/images/function_security.png index 4573094c0..5d9e2bc9e 100644 Binary files a/docs/en_US/images/function_security.png and b/docs/en_US/images/function_security.png differ diff --git a/docs/en_US/images/function_sql.png b/docs/en_US/images/function_sql.png index b18c26bf8..2e4c393be 100644 Binary files a/docs/en_US/images/function_sql.png and b/docs/en_US/images/function_sql.png differ diff --git a/docs/en_US/images/index_definition.png b/docs/en_US/images/index_definition.png index 53fc46b3d..cdaaf28c2 100644 Binary files a/docs/en_US/images/index_definition.png and b/docs/en_US/images/index_definition.png differ diff --git a/docs/en_US/images/index_general.png b/docs/en_US/images/index_general.png index 5a12f7f70..102b46d4e 100644 Binary files a/docs/en_US/images/index_general.png and b/docs/en_US/images/index_general.png differ diff --git a/docs/en_US/images/index_sql.png b/docs/en_US/images/index_sql.png index 6302495d0..6d2b9946f 100644 Binary files a/docs/en_US/images/index_sql.png and b/docs/en_US/images/index_sql.png differ diff --git a/docs/en_US/images/materialized_view_definition.png b/docs/en_US/images/materialized_view_definition.png index f00d98dd8..0c11eddeb 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 4fa83f1c4..78e9e2182 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 a50ef24ee..cf5edb917 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 076975248..5c5466688 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 14af9a811..080e63787 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 74aeb701f..0bb33067c 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/package_body.png b/docs/en_US/images/package_body.png index 09f6dc095..fda69286a 100644 Binary files a/docs/en_US/images/package_body.png and b/docs/en_US/images/package_body.png differ diff --git a/docs/en_US/images/package_general.png b/docs/en_US/images/package_general.png index bb8b54373..8718a2239 100644 Binary files a/docs/en_US/images/package_general.png and b/docs/en_US/images/package_general.png differ diff --git a/docs/en_US/images/package_header.png b/docs/en_US/images/package_header.png index cd5c26f35..4866700b3 100644 Binary files a/docs/en_US/images/package_header.png and b/docs/en_US/images/package_header.png differ diff --git a/docs/en_US/images/package_security.png b/docs/en_US/images/package_security.png index 6ee7ae7b7..3b97ab1b7 100644 Binary files a/docs/en_US/images/package_security.png and b/docs/en_US/images/package_security.png differ diff --git a/docs/en_US/images/package_sql.png b/docs/en_US/images/package_sql.png index c6ed45b52..785ea944f 100644 Binary files a/docs/en_US/images/package_sql.png and b/docs/en_US/images/package_sql.png differ diff --git a/docs/en_US/images/pgagent_general.png b/docs/en_US/images/pgagent_general.png index 468003ef9..871ce26e4 100644 Binary files a/docs/en_US/images/pgagent_general.png and b/docs/en_US/images/pgagent_general.png differ diff --git a/docs/en_US/images/pgagent_schedule_definition.png b/docs/en_US/images/pgagent_schedule_definition.png index 8bf55d1c2..472e5a130 100644 Binary files a/docs/en_US/images/pgagent_schedule_definition.png and b/docs/en_US/images/pgagent_schedule_definition.png differ diff --git a/docs/en_US/images/pgagent_schedule_exceptions.png b/docs/en_US/images/pgagent_schedule_exceptions.png index a15cf4ad2..b0e498c35 100644 Binary files a/docs/en_US/images/pgagent_schedule_exceptions.png and b/docs/en_US/images/pgagent_schedule_exceptions.png differ diff --git a/docs/en_US/images/pgagent_schedule_repeat.png b/docs/en_US/images/pgagent_schedule_repeat.png index 02d5e1845..22530181e 100644 Binary files a/docs/en_US/images/pgagent_schedule_repeat.png and b/docs/en_US/images/pgagent_schedule_repeat.png differ diff --git a/docs/en_US/images/pgagent_schedules.png b/docs/en_US/images/pgagent_schedules.png index 0767a09a5..69f1ea40f 100644 Binary files a/docs/en_US/images/pgagent_schedules.png and b/docs/en_US/images/pgagent_schedules.png differ diff --git a/docs/en_US/images/pgagent_sql.png b/docs/en_US/images/pgagent_sql.png index 4c80c2651..7a79fc395 100644 Binary files a/docs/en_US/images/pgagent_sql.png and b/docs/en_US/images/pgagent_sql.png differ diff --git a/docs/en_US/images/pgagent_step_definition.png b/docs/en_US/images/pgagent_step_definition.png index 720e73706..37c4071db 100644 Binary files a/docs/en_US/images/pgagent_step_definition.png and b/docs/en_US/images/pgagent_step_definition.png differ diff --git a/docs/en_US/images/pgagent_step_definition_code.png b/docs/en_US/images/pgagent_step_definition_code.png index c5bf6a227..ebf43d542 100644 Binary files a/docs/en_US/images/pgagent_step_definition_code.png and b/docs/en_US/images/pgagent_step_definition_code.png differ diff --git a/docs/en_US/images/pgagent_steps.png b/docs/en_US/images/pgagent_steps.png index 979adbd06..2609c695d 100644 Binary files a/docs/en_US/images/pgagent_steps.png and b/docs/en_US/images/pgagent_steps.png differ diff --git a/docs/en_US/images/primary_key_definition.png b/docs/en_US/images/primary_key_definition.png index 5ac9f0ef9..cfbbde0d3 100644 Binary files a/docs/en_US/images/primary_key_definition.png and b/docs/en_US/images/primary_key_definition.png differ diff --git a/docs/en_US/images/primary_key_general.png b/docs/en_US/images/primary_key_general.png index ce5a7730f..316104bac 100644 Binary files a/docs/en_US/images/primary_key_general.png and b/docs/en_US/images/primary_key_general.png differ diff --git a/docs/en_US/images/primary_key_sql.png b/docs/en_US/images/primary_key_sql.png index 8961b0fd4..4755a7f6e 100644 Binary files a/docs/en_US/images/primary_key_sql.png and b/docs/en_US/images/primary_key_sql.png differ diff --git a/docs/en_US/images/procedure_code.png b/docs/en_US/images/procedure_code.png new file mode 100644 index 000000000..b6bfd773b Binary files /dev/null and b/docs/en_US/images/procedure_code.png differ diff --git a/docs/en_US/images/procedure_definition.png b/docs/en_US/images/procedure_definition.png index 28b6ac552..65dbbd4fc 100644 Binary files a/docs/en_US/images/procedure_definition.png and b/docs/en_US/images/procedure_definition.png differ diff --git a/docs/en_US/images/procedure_general.png b/docs/en_US/images/procedure_general.png index 9a68c2bb4..144267cbe 100644 Binary files a/docs/en_US/images/procedure_general.png and b/docs/en_US/images/procedure_general.png differ diff --git a/docs/en_US/images/procedure_options.png b/docs/en_US/images/procedure_options.png index 508ba6f9f..53ae73345 100644 Binary files a/docs/en_US/images/procedure_options.png and b/docs/en_US/images/procedure_options.png differ diff --git a/docs/en_US/images/procedure_parameters.png b/docs/en_US/images/procedure_parameters.png index 21f5e2eaf..dc516972b 100644 Binary files a/docs/en_US/images/procedure_parameters.png and b/docs/en_US/images/procedure_parameters.png differ diff --git a/docs/en_US/images/procedure_security.png b/docs/en_US/images/procedure_security.png index 3f73f676d..b9dbdf205 100644 Binary files a/docs/en_US/images/procedure_security.png and b/docs/en_US/images/procedure_security.png differ diff --git a/docs/en_US/images/procedure_sql.png b/docs/en_US/images/procedure_sql.png index 72d742dbf..59d46e041 100644 Binary files a/docs/en_US/images/procedure_sql.png and b/docs/en_US/images/procedure_sql.png differ diff --git a/docs/en_US/images/publication_definition.png b/docs/en_US/images/publication_definition.png index c0245aed8..ba54dd9ae 100644 Binary files a/docs/en_US/images/publication_definition.png and b/docs/en_US/images/publication_definition.png differ diff --git a/docs/en_US/images/publication_general.png b/docs/en_US/images/publication_general.png index f712ce68a..ff15b6122 100644 Binary files a/docs/en_US/images/publication_general.png and b/docs/en_US/images/publication_general.png differ diff --git a/docs/en_US/images/publication_sql.png b/docs/en_US/images/publication_sql.png index 0c3453589..9c6b502f1 100644 Binary files a/docs/en_US/images/publication_sql.png and b/docs/en_US/images/publication_sql.png differ diff --git a/docs/en_US/images/resource_group_general.png b/docs/en_US/images/resource_group_general.png index f9e252f95..9d4e4a481 100644 Binary files a/docs/en_US/images/resource_group_general.png and b/docs/en_US/images/resource_group_general.png differ diff --git a/docs/en_US/images/resource_group_sql.png b/docs/en_US/images/resource_group_sql.png index a3eedbc54..6e0a4c7c6 100644 Binary files a/docs/en_US/images/resource_group_sql.png and b/docs/en_US/images/resource_group_sql.png differ diff --git a/docs/en_US/images/rls_policy_commands_tab.png b/docs/en_US/images/rls_policy_commands_tab.png index f6dd0f551..649670460 100644 Binary files a/docs/en_US/images/rls_policy_commands_tab.png and b/docs/en_US/images/rls_policy_commands_tab.png differ diff --git a/docs/en_US/images/rls_policy_general_tab.png b/docs/en_US/images/rls_policy_general_tab.png index 1356cc569..cb6e1dcf9 100644 Binary files a/docs/en_US/images/rls_policy_general_tab.png and b/docs/en_US/images/rls_policy_general_tab.png differ diff --git a/docs/en_US/images/rls_policy_sql_tab.png b/docs/en_US/images/rls_policy_sql_tab.png index c3e41b0ee..1ca3a1e40 100644 Binary files a/docs/en_US/images/rls_policy_sql_tab.png and b/docs/en_US/images/rls_policy_sql_tab.png differ diff --git a/docs/en_US/images/role_definition.png b/docs/en_US/images/role_definition.png index 56173bcf0..b3eabf074 100644 Binary files a/docs/en_US/images/role_definition.png and b/docs/en_US/images/role_definition.png differ diff --git a/docs/en_US/images/role_general.png b/docs/en_US/images/role_general.png index 269500e68..d3639d58b 100644 Binary files a/docs/en_US/images/role_general.png and b/docs/en_US/images/role_general.png differ diff --git a/docs/en_US/images/role_membership.png b/docs/en_US/images/role_membership.png index c1e07fee9..b5c71390e 100644 Binary files a/docs/en_US/images/role_membership.png and b/docs/en_US/images/role_membership.png differ diff --git a/docs/en_US/images/role_parameters.png b/docs/en_US/images/role_parameters.png index 3ead895d9..12af18af0 100644 Binary files a/docs/en_US/images/role_parameters.png and b/docs/en_US/images/role_parameters.png differ diff --git a/docs/en_US/images/role_privileges.png b/docs/en_US/images/role_privileges.png index 06a2aa060..dec3ab58d 100644 Binary files a/docs/en_US/images/role_privileges.png and b/docs/en_US/images/role_privileges.png differ diff --git a/docs/en_US/images/role_security.png b/docs/en_US/images/role_security.png index 86fee3fe1..1677309a9 100644 Binary files a/docs/en_US/images/role_security.png and b/docs/en_US/images/role_security.png differ diff --git a/docs/en_US/images/role_sql.png b/docs/en_US/images/role_sql.png index 101c2367f..93a964473 100644 Binary files a/docs/en_US/images/role_sql.png and b/docs/en_US/images/role_sql.png differ diff --git a/docs/en_US/images/rule_commands.png b/docs/en_US/images/rule_commands.png index 3c20f6390..2a9b8487b 100644 Binary files a/docs/en_US/images/rule_commands.png and b/docs/en_US/images/rule_commands.png differ diff --git a/docs/en_US/images/rule_condition.png b/docs/en_US/images/rule_condition.png index a52cb152e..1b51dedd8 100644 Binary files a/docs/en_US/images/rule_condition.png and b/docs/en_US/images/rule_condition.png differ diff --git a/docs/en_US/images/rule_definition.png b/docs/en_US/images/rule_definition.png index 87b111046..797ee89f9 100644 Binary files a/docs/en_US/images/rule_definition.png and b/docs/en_US/images/rule_definition.png differ diff --git a/docs/en_US/images/rule_general.png b/docs/en_US/images/rule_general.png index a6ae46038..5027b346b 100644 Binary files a/docs/en_US/images/rule_general.png and b/docs/en_US/images/rule_general.png differ diff --git a/docs/en_US/images/rule_sql.png b/docs/en_US/images/rule_sql.png index c0a2c6e34..e2ce1d95c 100644 Binary files a/docs/en_US/images/rule_sql.png and b/docs/en_US/images/rule_sql.png differ diff --git a/docs/en_US/images/schema_default_privileges.png b/docs/en_US/images/schema_default_privileges.png index 6c3f48220..671edb601 100644 Binary files a/docs/en_US/images/schema_default_privileges.png and b/docs/en_US/images/schema_default_privileges.png differ diff --git a/docs/en_US/images/schema_general.png b/docs/en_US/images/schema_general.png index b32c893be..4da2e6443 100644 Binary files a/docs/en_US/images/schema_general.png and b/docs/en_US/images/schema_general.png differ diff --git a/docs/en_US/images/schema_security.png b/docs/en_US/images/schema_security.png index 2661e11f0..6507a8ecc 100644 Binary files a/docs/en_US/images/schema_security.png and b/docs/en_US/images/schema_security.png differ diff --git a/docs/en_US/images/schema_sql.png b/docs/en_US/images/schema_sql.png index 458197b79..7bc1689ea 100644 Binary files a/docs/en_US/images/schema_sql.png and b/docs/en_US/images/schema_sql.png differ diff --git a/docs/en_US/images/sequence_definition.png b/docs/en_US/images/sequence_definition.png index b55970321..6d86eab15 100644 Binary files a/docs/en_US/images/sequence_definition.png and b/docs/en_US/images/sequence_definition.png differ diff --git a/docs/en_US/images/sequence_general.png b/docs/en_US/images/sequence_general.png index f3f9375e5..95cf34214 100644 Binary files a/docs/en_US/images/sequence_general.png and b/docs/en_US/images/sequence_general.png differ diff --git a/docs/en_US/images/sequence_security.png b/docs/en_US/images/sequence_security.png index 10bb7f232..66e607d39 100644 Binary files a/docs/en_US/images/sequence_security.png and b/docs/en_US/images/sequence_security.png differ diff --git a/docs/en_US/images/sequence_sql.png b/docs/en_US/images/sequence_sql.png index c792b9602..268617a23 100644 Binary files a/docs/en_US/images/sequence_sql.png and b/docs/en_US/images/sequence_sql.png differ diff --git a/docs/en_US/images/subscription_connection.png b/docs/en_US/images/subscription_connection.png index 7b7fc5c33..6fe6aa30a 100644 Binary files a/docs/en_US/images/subscription_connection.png and b/docs/en_US/images/subscription_connection.png differ diff --git a/docs/en_US/images/subscription_general.png b/docs/en_US/images/subscription_general.png index 3698c7f97..2297c1659 100644 Binary files a/docs/en_US/images/subscription_general.png and b/docs/en_US/images/subscription_general.png differ diff --git a/docs/en_US/images/subscription_sql.png b/docs/en_US/images/subscription_sql.png index 64bcb75c1..2059d5618 100644 Binary files a/docs/en_US/images/subscription_sql.png and b/docs/en_US/images/subscription_sql.png differ diff --git a/docs/en_US/images/subscription_ssl.png b/docs/en_US/images/subscription_ssl.png index a86784bb3..73aafde0e 100644 Binary files a/docs/en_US/images/subscription_ssl.png and b/docs/en_US/images/subscription_ssl.png differ diff --git a/docs/en_US/images/subscription_with.png b/docs/en_US/images/subscription_with.png index 2e007dce0..44255119c 100644 Binary files a/docs/en_US/images/subscription_with.png and b/docs/en_US/images/subscription_with.png differ diff --git a/docs/en_US/images/synonym_definition.png b/docs/en_US/images/synonym_definition.png new file mode 100644 index 000000000..17ce08333 Binary files /dev/null and b/docs/en_US/images/synonym_definition.png differ diff --git a/docs/en_US/images/synonym_general.png b/docs/en_US/images/synonym_general.png index bf5ff44f9..f8762305e 100644 Binary files a/docs/en_US/images/synonym_general.png and b/docs/en_US/images/synonym_general.png differ diff --git a/docs/en_US/images/synonym_sql.png b/docs/en_US/images/synonym_sql.png index 7dcaa2295..227b5b66a 100644 Binary files a/docs/en_US/images/synonym_sql.png and b/docs/en_US/images/synonym_sql.png differ diff --git a/docs/en_US/images/table_advanced.png b/docs/en_US/images/table_advanced.png index 9433fc799..565d32615 100644 Binary files a/docs/en_US/images/table_advanced.png and b/docs/en_US/images/table_advanced.png differ diff --git a/docs/en_US/images/table_check.png b/docs/en_US/images/table_check.png index d8845b5d2..89cbbfce3 100644 Binary files a/docs/en_US/images/table_check.png and b/docs/en_US/images/table_check.png differ diff --git a/docs/en_US/images/table_columns.png b/docs/en_US/images/table_columns.png index fc47b0b02..f31c98686 100644 Binary files a/docs/en_US/images/table_columns.png and b/docs/en_US/images/table_columns.png differ diff --git a/docs/en_US/images/table_constraints.png b/docs/en_US/images/table_constraints.png index c8c0ce312..c3c675da3 100644 Binary files a/docs/en_US/images/table_constraints.png and b/docs/en_US/images/table_constraints.png differ diff --git a/docs/en_US/images/table_exclude.png b/docs/en_US/images/table_exclude.png index 8a426970d..479ebdf6f 100644 Binary files a/docs/en_US/images/table_exclude.png and b/docs/en_US/images/table_exclude.png differ diff --git a/docs/en_US/images/table_foreign_key.png b/docs/en_US/images/table_foreign_key.png index 7baa8937b..7bdd957f5 100644 Binary files a/docs/en_US/images/table_foreign_key.png and b/docs/en_US/images/table_foreign_key.png differ diff --git a/docs/en_US/images/table_general.png b/docs/en_US/images/table_general.png index bc15bc2cb..c6890dc91 100644 Binary files a/docs/en_US/images/table_general.png and b/docs/en_US/images/table_general.png differ diff --git a/docs/en_US/images/table_parameter.png b/docs/en_US/images/table_parameter.png index b8399f6a0..c23f8cb41 100644 Binary files a/docs/en_US/images/table_parameter.png and b/docs/en_US/images/table_parameter.png differ diff --git a/docs/en_US/images/table_partition.png b/docs/en_US/images/table_partition.png index d43f3b265..a9aee0378 100644 Binary files a/docs/en_US/images/table_partition.png and b/docs/en_US/images/table_partition.png differ diff --git a/docs/en_US/images/table_security.png b/docs/en_US/images/table_security.png index 5b2e1bc98..8ec70a0b0 100644 Binary files a/docs/en_US/images/table_security.png and b/docs/en_US/images/table_security.png differ diff --git a/docs/en_US/images/table_sql.png b/docs/en_US/images/table_sql.png index 4ecfb3472..11d2a1bfb 100644 Binary files a/docs/en_US/images/table_sql.png and b/docs/en_US/images/table_sql.png differ diff --git a/docs/en_US/images/table_unique.png b/docs/en_US/images/table_unique.png index 81f965bdf..ab44e49b8 100644 Binary files a/docs/en_US/images/table_unique.png and b/docs/en_US/images/table_unique.png differ diff --git a/docs/en_US/images/tablespace_definition.png b/docs/en_US/images/tablespace_definition.png index 1f88964bb..a28c6b595 100644 Binary files a/docs/en_US/images/tablespace_definition.png and b/docs/en_US/images/tablespace_definition.png differ diff --git a/docs/en_US/images/tablespace_general.png b/docs/en_US/images/tablespace_general.png index 2190e50f7..4e81affa7 100644 Binary files a/docs/en_US/images/tablespace_general.png and b/docs/en_US/images/tablespace_general.png differ diff --git a/docs/en_US/images/tablespace_parameters.png b/docs/en_US/images/tablespace_parameters.png index 02a73cd3b..f42b3abd3 100644 Binary files a/docs/en_US/images/tablespace_parameters.png and b/docs/en_US/images/tablespace_parameters.png differ diff --git a/docs/en_US/images/tablespace_security.png b/docs/en_US/images/tablespace_security.png index 1a4f29140..fd5c0bf88 100644 Binary files a/docs/en_US/images/tablespace_security.png and b/docs/en_US/images/tablespace_security.png differ diff --git a/docs/en_US/images/tablespace_sql.png b/docs/en_US/images/tablespace_sql.png index 77b16b51a..f08d1b5e1 100644 Binary files a/docs/en_US/images/tablespace_sql.png and b/docs/en_US/images/tablespace_sql.png differ diff --git a/docs/en_US/images/trigger_code.png b/docs/en_US/images/trigger_code.png index 7c7af38be..a64622b95 100644 Binary files a/docs/en_US/images/trigger_code.png and b/docs/en_US/images/trigger_code.png differ diff --git a/docs/en_US/images/trigger_definition.png b/docs/en_US/images/trigger_definition.png index 1b7db6d93..2aa9140e3 100644 Binary files a/docs/en_US/images/trigger_definition.png and b/docs/en_US/images/trigger_definition.png differ diff --git a/docs/en_US/images/trigger_definition_enabled.png b/docs/en_US/images/trigger_definition_enabled.png index fccb905ac..4d92706ca 100644 Binary files a/docs/en_US/images/trigger_definition_enabled.png and b/docs/en_US/images/trigger_definition_enabled.png differ diff --git a/docs/en_US/images/trigger_events.png b/docs/en_US/images/trigger_events.png index 1c5cc0fb0..5515c8fcd 100644 Binary files a/docs/en_US/images/trigger_events.png and b/docs/en_US/images/trigger_events.png differ diff --git a/docs/en_US/images/trigger_function_code.png b/docs/en_US/images/trigger_function_code.png index 98755e754..fd59b6f27 100644 Binary files a/docs/en_US/images/trigger_function_code.png and b/docs/en_US/images/trigger_function_code.png differ diff --git a/docs/en_US/images/trigger_function_definition.png b/docs/en_US/images/trigger_function_definition.png index a95060e77..a83644e06 100644 Binary files a/docs/en_US/images/trigger_function_definition.png and b/docs/en_US/images/trigger_function_definition.png differ diff --git a/docs/en_US/images/trigger_function_general.png b/docs/en_US/images/trigger_function_general.png index 28823032e..a5919122b 100644 Binary files a/docs/en_US/images/trigger_function_general.png and b/docs/en_US/images/trigger_function_general.png differ diff --git a/docs/en_US/images/trigger_function_options.png b/docs/en_US/images/trigger_function_options.png index a10ac2a41..9e5ba389f 100644 Binary files a/docs/en_US/images/trigger_function_options.png and b/docs/en_US/images/trigger_function_options.png differ diff --git a/docs/en_US/images/trigger_function_parameters.png b/docs/en_US/images/trigger_function_parameters.png index 78a1b60e7..2e65b4131 100644 Binary files a/docs/en_US/images/trigger_function_parameters.png and b/docs/en_US/images/trigger_function_parameters.png differ diff --git a/docs/en_US/images/trigger_function_security.png b/docs/en_US/images/trigger_function_security.png index a36218705..af0df94eb 100644 Binary files a/docs/en_US/images/trigger_function_security.png and b/docs/en_US/images/trigger_function_security.png differ diff --git a/docs/en_US/images/trigger_function_sql.png b/docs/en_US/images/trigger_function_sql.png index 683589c45..1a5d54f08 100644 Binary files a/docs/en_US/images/trigger_function_sql.png and b/docs/en_US/images/trigger_function_sql.png differ diff --git a/docs/en_US/images/trigger_general.png b/docs/en_US/images/trigger_general.png index 96fc953bd..f5c12a373 100644 Binary files a/docs/en_US/images/trigger_general.png and b/docs/en_US/images/trigger_general.png differ diff --git a/docs/en_US/images/trigger_sql.png b/docs/en_US/images/trigger_sql.png index 1675fcd43..d880935be 100644 Binary files a/docs/en_US/images/trigger_sql.png and b/docs/en_US/images/trigger_sql.png differ diff --git a/docs/en_US/images/type_composite.png b/docs/en_US/images/type_composite.png index 9b8ff1962..8c32165ac 100644 Binary files a/docs/en_US/images/type_composite.png and b/docs/en_US/images/type_composite.png differ diff --git a/docs/en_US/images/type_enumeration.png b/docs/en_US/images/type_enumeration.png index 16c45c69b..d16583d55 100644 Binary files a/docs/en_US/images/type_enumeration.png and b/docs/en_US/images/type_enumeration.png differ diff --git a/docs/en_US/images/type_external.png b/docs/en_US/images/type_external.png index b8bec9e0e..b3bca49e7 100644 Binary files a/docs/en_US/images/type_external.png and b/docs/en_US/images/type_external.png differ diff --git a/docs/en_US/images/type_general.png b/docs/en_US/images/type_general.png index 8fc130f17..bb1948e1c 100644 Binary files a/docs/en_US/images/type_general.png and b/docs/en_US/images/type_general.png differ diff --git a/docs/en_US/images/type_range.png b/docs/en_US/images/type_range.png index 8788e8605..d1ad064f1 100644 Binary files a/docs/en_US/images/type_range.png and b/docs/en_US/images/type_range.png differ diff --git a/docs/en_US/images/type_security.png b/docs/en_US/images/type_security.png index 721e71bef..3f005b722 100644 Binary files a/docs/en_US/images/type_security.png and b/docs/en_US/images/type_security.png differ diff --git a/docs/en_US/images/type_sql.png b/docs/en_US/images/type_sql.png index d701dd0c2..f5eee18f2 100644 Binary files a/docs/en_US/images/type_sql.png and b/docs/en_US/images/type_sql.png differ diff --git a/docs/en_US/images/unique_constraint_definition.png b/docs/en_US/images/unique_constraint_definition.png index da1574f18..7c2ab84cb 100644 Binary files a/docs/en_US/images/unique_constraint_definition.png and b/docs/en_US/images/unique_constraint_definition.png differ diff --git a/docs/en_US/images/unique_constraint_general.png b/docs/en_US/images/unique_constraint_general.png index 17189b07e..014b24c9b 100644 Binary files a/docs/en_US/images/unique_constraint_general.png and b/docs/en_US/images/unique_constraint_general.png differ diff --git a/docs/en_US/images/unique_constraint_sql.png b/docs/en_US/images/unique_constraint_sql.png index 56f540623..b02e9849c 100644 Binary files a/docs/en_US/images/unique_constraint_sql.png and b/docs/en_US/images/unique_constraint_sql.png differ diff --git a/docs/en_US/images/view_code.png b/docs/en_US/images/view_code.png index d857d95f7..36676e776 100644 Binary files a/docs/en_US/images/view_code.png and b/docs/en_US/images/view_code.png differ diff --git a/docs/en_US/images/view_definition.png b/docs/en_US/images/view_definition.png index 2b37c2b16..bbfbd5718 100644 Binary files a/docs/en_US/images/view_definition.png and b/docs/en_US/images/view_definition.png differ diff --git a/docs/en_US/images/view_general.png b/docs/en_US/images/view_general.png index b322a7b5c..0ce11ff75 100644 Binary files a/docs/en_US/images/view_general.png and b/docs/en_US/images/view_general.png differ diff --git a/docs/en_US/images/view_security.png b/docs/en_US/images/view_security.png index 00588b6dd..5c5f5eb4f 100644 Binary files a/docs/en_US/images/view_security.png and b/docs/en_US/images/view_security.png differ diff --git a/docs/en_US/images/view_sql.png b/docs/en_US/images/view_sql.png index 027bfabf2..5efff6af4 100644 Binary files a/docs/en_US/images/view_sql.png and b/docs/en_US/images/view_sql.png differ diff --git a/docs/en_US/index_dialog.rst b/docs/en_US/index_dialog.rst index e463d9b58..438717fde 100644 --- a/docs/en_US/index_dialog.rst +++ b/docs/en_US/index_dialog.rst @@ -102,10 +102,10 @@ the *Index* dialog: :alt: Index dialog sql tab :align: center -The example shown demonstrates creating an index named *dist_codes* that indexes -the values in the *code* column of the *distributors* table. +The example shown demonstrates creating an index named *index_sal* that indexes +the values in the *job* column of the *jobhist* table. * 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/package_dialog.rst b/docs/en_US/package_dialog.rst index a8f9b1add..be5934447 100644 --- a/docs/en_US/package_dialog.rst +++ b/docs/en_US/package_dialog.rst @@ -70,5 +70,5 @@ The example shown demonstrates creating a package named *empinfo* that includes two function and two procedure. * 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 delete any changes to the dialog. diff --git a/docs/en_US/pgagent_jobs.rst b/docs/en_US/pgagent_jobs.rst index be3b4f1bd..8be4469ea 100644 --- a/docs/en_US/pgagent_jobs.rst +++ b/docs/en_US/pgagent_jobs.rst @@ -191,7 +191,7 @@ the code that will create or modify your job. :alt: pgAgent dialog sql tab :align: center -Click the *Save* button to save the job definition, or *Cancel* to exit the job +Click the *Save* button to save the job definition, or *Close* to exit the job without saving. Use the *Reset* button to remove your unsaved entries from the dialog. diff --git a/docs/en_US/primary_key_dialog.rst b/docs/en_US/primary_key_dialog.rst index 1cd6ac4d0..e4242744d 100644 --- a/docs/en_US/primary_key_dialog.rst +++ b/docs/en_US/primary_key_dialog.rst @@ -70,9 +70,9 @@ the *Primary key* dialog: :align: center The example shown demonstrates creating a primary key constraint named -*dept_pkey* on the *dept_id* column of the *dept* table. +*jobhist_pk* on the *empno* column of the *jobhist* table. * 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/procedure_dialog.rst b/docs/en_US/procedure_dialog.rst index 319ab1cbb..161c53edb 100644 --- a/docs/en_US/procedure_dialog.rst +++ b/docs/en_US/procedure_dialog.rst @@ -9,7 +9,7 @@ PostgreSQL v11+ and EDB Postgres Advanced Server. The *Procedure* dialog allows you to implement options of the CREATE PROCEDURE command. The *Procedure* dialog organizes the development of a procedure through the -following dialog tabs: *General*, *Definition*, *Options*, *Arguments*, +following dialog tabs: *General*, *Definition*, *Code*, *Options*, *Arguments*, *Parameters*, and *Security*. The *SQL* tab displays the SQL code generated by dialog selections. @@ -51,6 +51,10 @@ icon to the left of the row and confirm deletion in the *Delete Row* popup. Click the *Code* tab to continue. +.. image:: images/procedure_code.png + :alt: Procedure dialog code tab + :align: center + * Use the *Code* field to specify the code that will execute when the procedure is called. @@ -159,5 +163,5 @@ with the privileges of the role that defined the procedure. * 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/publication_dialog.rst b/docs/en_US/publication_dialog.rst index da2fd75a1..cb0dff1b3 100644 --- a/docs/en_US/publication_dialog.rst +++ b/docs/en_US/publication_dialog.rst @@ -52,5 +52,5 @@ allows replication of all the DML operations. * 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 all the default settings. diff --git a/docs/en_US/resource_group_dialog.rst b/docs/en_US/resource_group_dialog.rst index b1576685b..84251948e 100644 --- a/docs/en_US/resource_group_dialog.rst +++ b/docs/en_US/resource_group_dialog.rst @@ -56,6 +56,6 @@ to *2*, and *dirty_rate_limit* to *6144*. * Click the Info button (*i*) to access online SQL syntax reference material. * Click the Help button (*?*) to access online documentation about Resource Groups. * 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/rls_policy_dialog.rst b/docs/en_US/rls_policy_dialog.rst index 53373975e..fc1f46c32 100644 --- a/docs/en_US/rls_policy_dialog.rst +++ b/docs/en_US/rls_policy_dialog.rst @@ -50,9 +50,9 @@ the *RLS Policy* dialog: :alt: RLS Policy sql tab :align: center -The example shown demonstrates creating a RLS Policy named *account_managers* that applies the Row Level Security on the *accounts* table. +The example shown demonstrates creating a RLS Policy named *jobhist_rls* that applies the Row Level Security on the *jobhist* table. * 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/role_dialog.rst b/docs/en_US/role_dialog.rst index 5c10c973c..f405c90c7 100644 --- a/docs/en_US/role_dialog.rst +++ b/docs/en_US/role_dialog.rst @@ -9,7 +9,7 @@ user (with or without login privileges) or a group of users. Note that roles defined at the cluster level are shared by all databases in the cluster. The *Login/Group Role* dialog organizes the creation and management of roles -through the following dialog tabs: *General*, *Definition*, *Privileges*, +through the following dialog tabs: *General*, *Definition*, *Privileges*, *Memberships* *Parameters*, and *Security*. The *SQL* tab displays the SQL code generated by dialog selections. @@ -131,12 +131,12 @@ the *Login/Group Role* dialog: :alt: Role dialog sql tab :align: center -The example creates a login role named *alice* with *pem_user* privileges; the +The example creates a login role named *alice* with *pg_signal_backend* privileges; the role can make unlimited connections to the server at any given time. * Click the Info button (*i*) to access online SQL help. * Click the Help button (*?*) to access the documentation for the dialog. * 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/rule_dialog.rst b/docs/en_US/rule_dialog.rst index 093b30653..2baebe662 100644 --- a/docs/en_US/rule_dialog.rst +++ b/docs/en_US/rule_dialog.rst @@ -69,9 +69,7 @@ the *Rule* dialog: :alt: Rule dialog sql tab :align: center -The example sends a notification when an UPDATE executes against a table. - * 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/schema_dialog.rst b/docs/en_US/schema_dialog.rst index 6ee68bdce..801dfceb3 100644 --- a/docs/en_US/schema_dialog.rst +++ b/docs/en_US/schema_dialog.rst @@ -96,5 +96,5 @@ The example creates a schema named hr; the command grants *USAGE* privileges to * 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/sequence_dialog.rst b/docs/en_US/sequence_dialog.rst index f1a793e86..4c7d1f749 100644 --- a/docs/en_US/sequence_dialog.rst +++ b/docs/en_US/sequence_dialog.rst @@ -56,6 +56,10 @@ Use the fields in the *Definition* tab to define the sequence: 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*. +* 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 + sequence will be automatically dropped as well. The specified table must have + the same owner and be in the same schema as the sequence. Click the *Security* tab to continue. @@ -115,5 +119,5 @@ equal of *60*. * 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/subscription_dialog.rst b/docs/en_US/subscription_dialog.rst index c421362bf..1623b45ff 100644 --- a/docs/en_US/subscription_dialog.rst +++ b/docs/en_US/subscription_dialog.rst @@ -109,9 +109,9 @@ the *Subscription* dialog: :alt: Subscription dialog sql tab :align: center -The example creates a subscription named *pub1_sub1* that is owned by *postgres*. It will replicate the data from the publication *pub1*. +The example creates a subscription named *sub1* that is owned by *postgres*. It will replicate the data from the publication *pub1*. * 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 all the default settings. diff --git a/docs/en_US/synonym_dialog.rst b/docs/en_US/synonym_dialog.rst index 576b5c45b..454528c1a 100644 --- a/docs/en_US/synonym_dialog.rst +++ b/docs/en_US/synonym_dialog.rst @@ -25,6 +25,10 @@ Use the fields in the *General* tab to identify the synonym: In the definition panel, identify the target: +.. image:: images/synonym_definition.png + :alt: Synonym dialog general tab + :align: center + * Use the drop-down listbox next to *Target Type* to select the the type of object referenced by the synonym. * Use the drop-down listbox next to *Target Schema* to select the name of the @@ -43,7 +47,7 @@ Your selections and entries in the *Synonym* dialog generate a SQL command. The example creates a synonym for the *emp* table named *emp_hist*. * 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/table_dialog.rst b/docs/en_US/table_dialog.rst index f62fa6141..dabbf76f8 100644 --- a/docs/en_US/table_dialog.rst +++ b/docs/en_US/table_dialog.rst @@ -545,10 +545,10 @@ the *Table* dialog: :alt: Table dialog sql tab :align: center -The example shown demonstrates creating a table named *product_category*. It has -three columns and a primary key constraint on the *category_id* column. +The example shown demonstrates creating a table named *jobhist*. It has +six columns and a primary key constraint on the *empno and startdate* column. * 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/tablespace_dialog.rst b/docs/en_US/tablespace_dialog.rst index 0318f87a5..d31c30060 100644 --- a/docs/en_US/tablespace_dialog.rst +++ b/docs/en_US/tablespace_dialog.rst @@ -104,5 +104,5 @@ The example shown demonstrates creating a tablespace named *space_01*. It has a * 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/trigger_dialog.rst b/docs/en_US/trigger_dialog.rst index 5c1859383..36ffb5cbe 100644 --- a/docs/en_US/trigger_dialog.rst +++ b/docs/en_US/trigger_dialog.rst @@ -98,9 +98,9 @@ the *Trigger* dialog: :alt: Trigger dialog sql tab :align: center -The example demonstrates creating a trigger named *log_update*. +The example demonstrates creating a trigger named *emp_trigger*. * 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/trigger_function_dialog.rst b/docs/en_US/trigger_function_dialog.rst index d60a06861..f98abde34 100644 --- a/docs/en_US/trigger_function_dialog.rst +++ b/docs/en_US/trigger_function_dialog.rst @@ -168,5 +168,5 @@ The example shown demonstrates creating a trigger function named *emp_stamp*. * 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/type_dialog.rst b/docs/en_US/type_dialog.rst index 935dc71dc..9cc9567ba 100644 --- a/docs/en_US/type_dialog.rst +++ b/docs/en_US/type_dialog.rst @@ -228,5 +228,5 @@ type is an enumerated type with three labels: new, open and closed. * 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/unique_constraint_dialog.rst b/docs/en_US/unique_constraint_dialog.rst index 6b44f789c..4f42429e5 100644 --- a/docs/en_US/unique_constraint_dialog.rst +++ b/docs/en_US/unique_constraint_dialog.rst @@ -68,11 +68,11 @@ the *Unique constraint* dialog: :alt: Unique Constraint dialog sql tab :align: center -The example shown demonstrates creating a unique constraint named *name_con* on -the *name* column of the *distributors* table. +The example shown demonstrates creating a unique constraint named *jobhist_unique* on +the *empno* column of the *jobhist* table. * 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/view_dialog.rst b/docs/en_US/view_dialog.rst index 41549e42c..1b810736f 100644 --- a/docs/en_US/view_dialog.rst +++ b/docs/en_US/view_dialog.rst @@ -112,5 +112,5 @@ The example shown demonstrates creating a view named *distributor_code*. * 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.