Fix a bunch of bad grammar in the docs: ", which see for more
authorNeil Conway
Tue, 15 May 2007 19:43:51 +0000 (19:43 +0000)
committerNeil Conway
Tue, 15 May 2007 19:43:51 +0000 (19:43 +0000)
information" is un-good English.

doc/src/sgml/ddl.sgml
doc/src/sgml/ref/alter_role.sgml
doc/src/sgml/ref/alter_user.sgml
doc/src/sgml/ref/begin.sgml
doc/src/sgml/ref/create_group.sgml
doc/src/sgml/ref/create_user.sgml
doc/src/sgml/ref/createlang.sgml
doc/src/sgml/ref/drop_group.sgml
doc/src/sgml/ref/drop_user.sgml

index b11b176fe34bb70a5afa9ab28499483854f4eef9..33749f5f200d47ec3f7eb6c3075258d73fcb4229 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Data Definition
@@ -1095,7 +1095,8 @@ CREATE TABLE order_items (
 
    All these actions are performed using the
    
-   command, which see for details beyond those given here.
+   command, whose reference page contains details beyond those given
+   here.
   
 
   
index 1461746cfe73dc65a3c1f5414f799f454dd4e3f1..ce28f2ad59792904977ce8a6968e9077386eab6f 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -52,8 +52,8 @@ ALTER ROLE name RESET 
   
    The first variant of this command listed in the synopsis can change
    many of the role attributes that can be specified in 
-   ,
-   which see for details.  (All the possible attributes are covered,
+   .
+   (All the possible attributes are covered,
    except that there are no options for adding or removing memberships; use
     and
     for that.)
@@ -127,8 +127,9 @@ ALTER ROLE name RESET 
       
        
         These clauses alter attributes originally set by
-        ,
-        which see for more information.
+        
+        endterm="SQL-CREATEROLE-title">. For more information, see the
+        CREATE ROLE reference page.
        
       
      
index 62c4800e508e02442ffe65405bef16558de5b839..8f41a35e7aa237ae4f8250607b0022ce24813454 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -46,8 +46,7 @@ ALTER USER name RESET 
 
   
    ALTER USER is now an alias for
-   ,
-   which see for more information.
+   .
   
  
 
index af9a864a2f72d8ce3e0c724afb87e2408d30605b..bfef2ee37fc7d5571c660848269ef25ccb75b80a 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -133,8 +133,8 @@ BEGIN;
    BEGIN is a PostgreSQL
    language extension.  It is equivalent to the SQL-standard command
    
-   endterm="sql-start-transaction-title">, which see for additional
-   compatibility information.
+   endterm="sql-start-transaction-title">, whose reference page
+   contains additional compatibility information.
   
 
   
index 4cd44bf6a24b9c73e900ccdbec62adbada9f63c4..c714f07aba21ca43c734492d2ad9a2d4ed64cc35 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -46,8 +46,7 @@ where option can be:
 
   
    CREATE GROUP is now an alias for
-   ,
-   which see for more information.
+   .
   
   
  
index 68f097cfd7cf5f3e35669e3557520f690b744010..c4b9f70527d24aae2acac0f62bc08650d8419447 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -47,8 +47,7 @@ where option can be:
 
   
    CREATE USER is now an alias for
-   ,
-   which see for more information.
+   .
    The only difference is that when the command is spelled
    CREATE USERLOGIN is assumed
    by default, whereas NOLOGIN is assumed when
index 6913a132722df3c953ee27ba500eb1b4f835a409..9441eef1de09d739354de45d24f6a33c1362f372 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -42,7 +42,7 @@ PostgreSQL documentation
    programming language to a PostgreSQL database.
    createlang is just a wrapper around the
    
-   command, which see for additional information.
+   command.
   
  
 
index 66c4a17de0d4c48d74448176b7bc4e895988d61b..014575a5a875f4ff39d36d4fa3d964fa5e0f203f 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -29,8 +29,7 @@ DROP GROUP [ IF EXISTS ] name [, ..
 
   
    DROP GROUP is now an alias for
-   ,
-   which see for more information.
+   .
   
  
 
index 81dda77b297db41e17323a520d3bcdcb90b6da17..cc1002562b48d18ce1d0829e2a48aee8d36eedd3 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -29,8 +29,7 @@ DROP USER [ IF EXISTS ] name [, ...
 
   
    DROP USER is now an alias for
-   ,
-   which see for more information.
+   .