From fd015c5c99e7e2795adc964f59b1e6fc85ddabd5 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Sun, 29 Feb 2004 15:36:46 +0000 Subject: [PATCH] Fix a bunch (~88) typos that the OpenJade tools don't warn about by default: some SGML tags weren't properly terminated. --- doc/src/sgml/information_schema.sgml | 180 +++++++++++++++++------------------ doc/src/sgml/libpgtcl.sgml | 6 +- 2 files changed, 93 insertions(+), 93 deletions(-) diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index ff7d877c61..a46ae235bd 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -1,4 +1,4 @@ - + The Information Schema @@ -355,7 +355,7 @@ - grantee + grantee sql_identifier Name of the user or group that the privilege was granted to @@ -367,25 +367,25 @@ - table_schema + table_schema sql_identifier Name of the schema that contains the table that contains the column - table_name + table_name sql_identifier Name of the table that contains the column - column_name + column_name sql_identifier Name of the column - privilege_type + privilege_type character_data Type of the privilege: SELECT, @@ -869,7 +869,7 @@ - table_schema + table_schema sql_identifier Name of the schema that contains the table that contains the @@ -878,7 +878,7 @@ - table_name + table_name sql_identifier Name of the table that contains the column that is used by some @@ -887,7 +887,7 @@ - column_name + column_name sql_identifier Name of the column that is used by some constraint @@ -901,13 +901,13 @@ - constraint_schema + constraint_schema sql_identifier Name of the schema that contains the constraint - constraint_name + constraint_name sql_identifier Name of the constraint @@ -955,7 +955,7 @@ - table_schema + table_schema sql_identifier Name of the schema that contains the table that is used by some @@ -964,7 +964,7 @@ - table_name + table_name sql_identifier Name of the table that is used by some constraint @@ -976,13 +976,13 @@ - constraint_schema + constraint_schema sql_identifier Name of the schema that contains the constraint - constraint_name + constraint_name sql_identifier Name of the constraint @@ -1030,19 +1030,19 @@ - object_schema + object_schema sql_identifier Name of the schema that contains the described object - object_name + object_name sql_identifier Name of the described object - object_type + object_type character_data The type of the described object: one of @@ -1055,7 +1055,7 @@ - dtd_identifier + dtd_identifier sql_identifier The identifier of the data type descriptor, which is unique @@ -1095,13 +1095,13 @@ - constraint_schema + constraint_schema sql_identifier Name of the schema that contains the constraint - constraint_name + constraint_name sql_identifier Name of the constraint @@ -1113,13 +1113,13 @@ - domain_schema + domain_schema sql_identifier Name of the schema that contains the domain - domain_name + domain_name sql_identifier Name of the domain @@ -1188,13 +1188,13 @@ - domain_schema + domain_schema sql_identifier Name of the schema that contains the domain - domain_name + domain_name sql_identifier Name of the domain @@ -1231,13 +1231,13 @@ - domain_schema + domain_schema sql_identifier Name of the schema that contains the domain - domain_name + domain_name sql_identifier Name of the domain @@ -1488,7 +1488,7 @@ ORDER BY c.ordinal_position; - object_schema + object_schema sql_identifier Name of the schema that contains the object that uses the array @@ -1497,7 +1497,7 @@ ORDER BY c.ordinal_position; - object_name + object_name sql_identifier Name of the object that uses the array being described @@ -1505,7 +1505,7 @@ ORDER BY c.ordinal_position; - object_type + object_type character_data The type of the object that uses the array being described: one @@ -1517,7 +1517,7 @@ ORDER BY c.ordinal_position; - array_type_identifier + array_type_identifier sql_identifier The identifier of the data type descriptor of the array being @@ -1758,13 +1758,13 @@ ORDER BY c.ordinal_position; - constraint_schema + constraint_schema sql_identifier Name of the schema that contains the constraint - constraint_name + constraint_name sql_identifier Name of the constraint @@ -1780,7 +1780,7 @@ ORDER BY c.ordinal_position; - table_schema + table_schema sql_identifier Name of the schema that contains the table that contains the @@ -1789,7 +1789,7 @@ ORDER BY c.ordinal_position; - table_name + table_name sql_identifier Name of the table that contains the column that is restricted @@ -1798,7 +1798,7 @@ ORDER BY c.ordinal_position; - column_name + column_name sql_identifier Name of the column that is restricted by some constraint @@ -1806,7 +1806,7 @@ ORDER BY c.ordinal_position; - ordinal_position + ordinal_position cardinal_number Ordinal position of the column within the constraint key (count @@ -2196,7 +2196,7 @@ ORDER BY c.ordinal_position; - grantee + grantee sql_identifier Name of the group that the privilege was granted to @@ -2208,25 +2208,25 @@ ORDER BY c.ordinal_position; - table_schema + table_schema sql_identifier Name of the schema that contains the table that contains the column - table_name + table_name sql_identifier Name of the table that contains the column - column_name + column_name sql_identifier Name of the column - privilege_type + privilege_type character_data Type of the privilege: SELECT, @@ -2275,7 +2275,7 @@ ORDER BY c.ordinal_position; - grantee + grantee sql_identifier Name of the group that the privilege was granted to @@ -2320,7 +2320,7 @@ ORDER BY c.ordinal_position; - privilege_type + privilege_type character_data Always EXECUTE (the only privilege type for functions) @@ -2365,7 +2365,7 @@ ORDER BY c.ordinal_position; - grantee + grantee sql_identifier Name of the group that the privilege was granted to @@ -2377,19 +2377,19 @@ ORDER BY c.ordinal_position; - table_schema + table_schema sql_identifier Name of the schema that contains the table - table_name + table_name sql_identifier Name of the table - privilege_type + privilege_type character_data Type of the privilege: SELECT, @@ -2449,7 +2449,7 @@ ORDER BY c.ordinal_position; - grantee + grantee sql_identifier In the future, the name of the group that the privilege was granted to @@ -2479,7 +2479,7 @@ ORDER BY c.ordinal_position; - privilege_type + privilege_type character_data Always USAGE @@ -2525,7 +2525,7 @@ ORDER BY c.ordinal_position; - grantee + grantee sql_identifier Name of the user or group that the privilege was granted to @@ -2570,7 +2570,7 @@ ORDER BY c.ordinal_position; - privilege_type + privilege_type character_data Always EXECUTE (the only privilege type for functions) @@ -3527,13 +3527,13 @@ ORDER BY c.ordinal_position; - constraint_schema + constraint_schema sql_identifier Name of the schema that contains the constraint - constraint_name + constraint_name sql_identifier Name of the constraint @@ -3545,19 +3545,19 @@ ORDER BY c.ordinal_position; - table_schema + table_schema sql_identifier Name of the schema that contains the table - table_name + table_name sql_identifier Name of the table - constraint_type + constraint_type character_data Type of the constraint: CHECK, @@ -3613,7 +3613,7 @@ ORDER BY c.ordinal_position; - grantee + grantee sql_identifier Name of the user or group that the privilege was granted to @@ -3625,19 +3625,19 @@ ORDER BY c.ordinal_position; - table_schema + table_schema sql_identifier Name of the schema that contains the table - table_name + table_name sql_identifier Name of the table - privilege_type + privilege_type character_data Type of the privilege: SELECT, @@ -3701,19 +3701,19 @@ ORDER BY c.ordinal_position; - table_schema + table_schema sql_identifier Name of the schema that contains the table - table_name + table_name sql_identifier Name of the table - table_type + table_type character_data Type of the table: BASE TABLE for a @@ -3786,19 +3786,19 @@ ORDER BY c.ordinal_position; - trigger_schema + trigger_schema sql_identifier Name of the schema that contains the trigger - trigger_name + trigger_name sql_identifier Name of the trigger - event_manipulation + event_manipulation character_data Event that fires the trigger (INSERT, @@ -3816,31 +3816,31 @@ ORDER BY c.ordinal_position; - event_object_schema + event_object_schema sql_identifier Name of the schema that contains the table that the trigger is defined on - event_object_name + event_object_name sql_identifier Name of the table that the trigger is defined on - action_order + action_order cardinal_number Not yet implemented - action_condition + action_condition character_data Applies to a feature not available in PostgreSQL - action_statement + action_statement character_data Statement that is executed by the trigger (currently always @@ -3850,7 +3850,7 @@ ORDER BY c.ordinal_position; - action_orientation + action_orientation character_data Identifies whether the trigger fires once for each processed @@ -3860,7 +3860,7 @@ ORDER BY c.ordinal_position; - condition_timing + condition_timing character_data Time at which the trigger fires (BEFORE or @@ -3869,13 +3869,13 @@ ORDER BY c.ordinal_position; - condition_reference_old_table + condition_reference_old_table sql_identifier Applies to a feature not available in PostgreSQL - condition_reference_new_table + condition_reference_new_table sql_identifier Applies to a feature not available in PostgreSQL @@ -3945,7 +3945,7 @@ ORDER BY c.ordinal_position; - grantee + grantee sql_identifier Currently always PUBLIC @@ -3975,7 +3975,7 @@ ORDER BY c.ordinal_position; - privilege_type + privilege_type character_data Always USAGE @@ -4028,13 +4028,13 @@ ORDER BY c.ordinal_position; - view_schema + view_schema sql_identifier Name of the schema that contains the view - view_name + view_name sql_identifier Name of the view @@ -4049,7 +4049,7 @@ ORDER BY c.ordinal_position; - table_schema + table_schema sql_identifier Name of the schema that contains the table that contains the @@ -4058,7 +4058,7 @@ ORDER BY c.ordinal_position; - table_name + table_name sql_identifier Name of the table that contains the column that is used by the @@ -4067,7 +4067,7 @@ ORDER BY c.ordinal_position; - column_name + column_name sql_identifier Name of the column that is used by the view @@ -4113,13 +4113,13 @@ ORDER BY c.ordinal_position; - view_schema + view_schema sql_identifier Name of the schema that contains the view - view_name + view_name sql_identifier Name of the view @@ -4134,7 +4134,7 @@ ORDER BY c.ordinal_position; - table_schema + table_schema sql_identifier Name of the schema that contains the table that is used by the @@ -4143,7 +4143,7 @@ ORDER BY c.ordinal_position; - table_name + table_name sql_identifier Name of the table that is used by the view @@ -4183,19 +4183,19 @@ ORDER BY c.ordinal_position; - table_schema + table_schema sql_identifier Name of the schema that contains the view - table_name + table_name sql_identifier Name of the view - view definition + view definition character_data Query expression defining the view (null if the current user is diff --git a/doc/src/sgml/libpgtcl.sgml b/doc/src/sgml/libpgtcl.sgml index e5be5c7ffb..0f59e68103 100644 --- a/doc/src/sgml/libpgtcl.sgml +++ b/doc/src/sgml/libpgtcl.sgml @@ -1,5 +1,5 @@ @@ -205,7 +205,7 @@ load libpgtcl[info sharedlibextension] pg_connect -conninfo connectOptions -pg_connect dbName -host hostName -port portNumber -tty tty -options serverOptions +pg_connect dbName -host hostName -port portNumber -tty tty -options serverOptions @@ -481,7 +481,7 @@ pg_exec conn commandString pg_result to obtain the results of the command. - -- 2.11.0