Small markup and wording improvement
authorPeter Eisentraut
Tue, 22 Nov 2011 19:14:53 +0000 (21:14 +0200)
committerPeter Eisentraut
Tue, 22 Nov 2011 19:14:53 +0000 (21:14 +0200)
doc/src/sgml/information_schema.sgml

index 8063d059c8d98ae52bd2d2a5a8b729aa49f7cffc..92d2f6471902b9ffaea1fb0f2b92f6bd3f76018c 100644 (file)
@@ -3331,7 +3331,7 @@ ORDER BY c.ordinal_position;
    referential (foreign key) constraints in the current database.
    Only those constraints are shown for which the current user has
    write access to the referencing table (by way of being the
-   owner or having some privilege other than SELECT).
+   owner or having some privilege other than SELECT).
   
 
   
@@ -5220,7 +5220,7 @@ ORDER BY c.ordinal_position;
   
    The view table_constraints contains all
    constraints belonging to tables that the current user owns or has
-   some non-SELECT privilege on.
+   some privilege other than SELECT on.
   
 
   
@@ -5513,7 +5513,8 @@ ORDER BY c.ordinal_position;
    view triggered_update_columns identifies these
    columns.  Triggers that do not specify a column list are not
    included in this view.  Only those columns are shown that the
-   current user owns or has some non-SELECT privilege on.
+   current user owns or has some privilege other than
+   SELECT on.
   
 
   
@@ -5584,7 +5585,7 @@ ORDER BY c.ordinal_position;
   
    The view triggers contains all triggers defined
    in the current database on tables and views that the current user owns
-   or has some non-SELECT privilege on.
+   or has some privilege other than SELECT on.