From: Bruce Momjian Date: Mon, 13 Aug 2001 15:24:46 +0000 (+0000) Subject: Patch NAME section of reference pages. X-Git-Tag: REL7_2_BETA1~712 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d7af987593bfc7f22857d2c5023b91217530e43;p=thirdparty%2Fpostgresql.git Patch NAME section of reference pages. --- diff --git a/doc/src/sgml/ref/alter_group.sgml b/doc/src/sgml/ref/alter_group.sgml index 5403847888b..f7e6a66334d 100644 --- a/doc/src/sgml/ref/alter_group.sgml +++ b/doc/src/sgml/ref/alter_group.sgml @@ -1,5 +1,5 @@ @@ -15,7 +15,7 @@ Postgres documentation ALTER GROUP - Add users to a group, remove users from a group + Add users to a group; remove users from a group diff --git a/doc/src/sgml/ref/drop_rule.sgml b/doc/src/sgml/ref/drop_rule.sgml index 9942ae6e06a..85817a612e5 100644 --- a/doc/src/sgml/ref/drop_rule.sgml +++ b/doc/src/sgml/ref/drop_rule.sgml @@ -1,5 +1,5 @@ @@ -15,7 +15,7 @@ Postgres documentation DROP RULE - Removes existing rules from the database + Removes rules from the database diff --git a/doc/src/sgml/ref/drop_sequence.sgml b/doc/src/sgml/ref/drop_sequence.sgml index e2de3fa3c77..d38866e6e3a 100644 --- a/doc/src/sgml/ref/drop_sequence.sgml +++ b/doc/src/sgml/ref/drop_sequence.sgml @@ -1,5 +1,5 @@ @@ -15,7 +15,7 @@ Postgres documentation DROP SEQUENCE - Removes existing sequences from a database + Removes sequences from a database diff --git a/doc/src/sgml/ref/drop_table.sgml b/doc/src/sgml/ref/drop_table.sgml index f855b57de76..f90faee34e2 100644 --- a/doc/src/sgml/ref/drop_table.sgml +++ b/doc/src/sgml/ref/drop_table.sgml @@ -1,5 +1,5 @@ @@ -15,7 +15,7 @@ Postgres documentation DROP TABLE - Removes existing tables from a database + Removes tables from a database diff --git a/doc/src/sgml/ref/drop_view.sgml b/doc/src/sgml/ref/drop_view.sgml index 721dcddaca3..c31ea84c818 100644 --- a/doc/src/sgml/ref/drop_view.sgml +++ b/doc/src/sgml/ref/drop_view.sgml @@ -1,5 +1,5 @@ @@ -15,7 +15,7 @@ Postgres documentation DROP VIEW - Removes existing views from a database + Removes views from the database diff --git a/doc/src/sgml/ref/dropdb.sgml b/doc/src/sgml/ref/dropdb.sgml index f02e467033b..6b066aee195 100644 --- a/doc/src/sgml/ref/dropdb.sgml +++ b/doc/src/sgml/ref/dropdb.sgml @@ -1,5 +1,5 @@ @@ -16,7 +16,7 @@ Postgres documentation dropdb - Remove an existing Postgres database + Removes a Postgres database diff --git a/doc/src/sgml/ref/droplang.sgml b/doc/src/sgml/ref/droplang.sgml index 4d11c85fca6..6ffbd200e29 100644 --- a/doc/src/sgml/ref/droplang.sgml +++ b/doc/src/sgml/ref/droplang.sgml @@ -1,5 +1,5 @@ @@ -16,7 +16,7 @@ Postgres documentation droplang - Remove a programming language from a Postgres database + Removes a programming language from a Postgres database diff --git a/doc/src/sgml/ref/dropuser.sgml b/doc/src/sgml/ref/dropuser.sgml index a1bc836cd1b..c03f5fcbfe0 100644 --- a/doc/src/sgml/ref/dropuser.sgml +++ b/doc/src/sgml/ref/dropuser.sgml @@ -1,5 +1,5 @@ @@ -16,7 +16,7 @@ Postgres documentation dropuser - Drops (removes) a Postgres user + Removes a Postgres user