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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d7af987593bfc7f22857d2c5023b91217530e43;p=postgresql 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 5403847888..f7e6a66334 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 9942ae6e06..85817a612e 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 e2de3fa3c7..d38866e6e3 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 f855b57de7..f90faee34e 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 721dcddaca..c31ea84c81 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 f02e467033..6b066aee19 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 4d11c85fca..6ffbd200e2 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 a1bc836cd1..c03f5fcbfe 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