Patch NAME section of reference pages.
authorBruce Momjian
Mon, 13 Aug 2001 15:24:46 +0000 (15:24 +0000)
committerBruce Momjian
Mon, 13 Aug 2001 15:24:46 +0000 (15:24 +0000)
doc/src/sgml/ref/alter_group.sgml
doc/src/sgml/ref/drop_rule.sgml
doc/src/sgml/ref/drop_sequence.sgml
doc/src/sgml/ref/drop_table.sgml
doc/src/sgml/ref/drop_view.sgml
doc/src/sgml/ref/dropdb.sgml
doc/src/sgml/ref/droplang.sgml
doc/src/sgml/ref/dropuser.sgml

index 5403847888b1bdd2a174396a488cf3c60655b0ba..f7e6a66334df3fad2e648b3e6b951416107b8a5f 100644 (file)
@@ -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
   
  
  
index 9942ae6e06a766d9a790c75e727538943505f1df..85817a612e55d1f8b01214be41920e251d85594c 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -15,7 +15,7 @@ Postgres documentation
    DROP RULE
   
   
-   Removes existing rules from the database
+   Removes rules from the database
   
  
  
index e2de3fa3c774f343af9cc278cc0f2d8728bbf35d..d38866e6e3adef111bc6292847a92103c3381ac3 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -15,7 +15,7 @@ Postgres documentation
    DROP SEQUENCE
   
   
-   Removes existing sequences from a database
+   Removes sequences from a database
   
  
  
index f855b57de769ca1e867c1472cb5b29b710c97648..f90faee34e2e6cf30c58d12bc7a936af8cea5cdb 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -15,7 +15,7 @@ Postgres documentation
    DROP TABLE
   
   
-   Removes existing tables from a database
+   Removes tables from a database
   
  
  
index 721dcddaca36d321463d42abcbb0650a0d7ab7df..c31ea84c8180bfcb47cb13b8e69f2eab4d51a360 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -15,7 +15,7 @@ Postgres documentation
    DROP VIEW
   
   
-   Removes existing views from a database
+   Removes views from the database
   
  
  
index f02e467033bab9e86ffea6a1078d4a5bfb2368c0..6b066aee195029088fa89dcee7ee4562c2ebd80d 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -16,7 +16,7 @@ Postgres documentation
 
  
   dropdb
-  Remove an existing Postgres database
+  Removes a Postgres database
  
 
  
index 4d11c85fca69857ac6db923c66487345e26d7f99..6ffbd200e2950bf69598abb9b0b05d09297685f1 100644 (file)
@@ -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
  
 
  
index a1bc836cd1b6cf5502eb6237f63ed0bb1ca5b897..c03f5fcbfe0ea033375d7f44df8ba628cd319c82 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -16,7 +16,7 @@ Postgres documentation
 
  
   dropuser
-  Drops (removes) a Postgres user
+  Removes a Postgres user