Assorted spelling corrections.
authorTom Lane
Thu, 12 Apr 2012 14:43:39 +0000 (10:43 -0400)
committerTom Lane
Thu, 12 Apr 2012 14:43:39 +0000 (10:43 -0400)
Thom Brown

doc/src/sgml/catalogs.sgml
doc/src/sgml/datatype.sgml
doc/src/sgml/func.sgml
doc/src/sgml/sepgsql.sgml
doc/src/sgml/tcn.sgml

index 1533cff4b91fa8cef7e4b0a5741de6de95f284ea..d37549cbbe89e07a77d669b67b6d040b928bd6b1 100644 (file)
 
   
    The catalog pg_shseclabel stores security
-   lables on shared database objects.  Security labels can be manipulated
+   labels on shared database objects.  Security labels can be manipulated
    with the  command.  For an easier
    way to view security labels, see .
   
index 91dc35dc9d235dbb09c35945f20aba4d90748f72..b82d7e72fb0c77cef2e6b4c6fb3dbd015d39d3e1 100644 (file)
@@ -856,7 +856,7 @@ ALTER SEQUENCE tablename_
      column.  bigserial should be used if you anticipate
      the use of more than 231 identifiers over the
      lifetime of the table. The type names smallserial and
-     serial2 also work the same way, execpt that they
+     serial2 also work the same way, except that they
      create a smallint column.
     
 
index ae22ee5f7fae64873414b4a2c0b715d4f55c1e9a..94ef2f08044491e40f91965248f1c819587893fe 100644 (file)
@@ -9619,7 +9619,7 @@ table2-mapping
   
 
   
-    This section descripbes the functions that are available for creating
+    This section describes the functions that are available for creating
     JSON (see ) data.
   
 
index 36f9b584bb433fbb453ce30bccf083f91412bfbe..730521a521723cad4a8d98c0dc631496014bfd0f 100644 (file)
@@ -435,8 +435,8 @@ UPDATE t1 SET x = 2, y = md5sum(y) WHERE z = 100;
     On getattr permission
     will be checked on the source or template database of the new database,
     not only create on the new database.
-    On creation of objects within a particula schema (tables, views,
-    sequences and procedures), add_name will be also chechked
+    On creation of objects within a particular schema (tables, views,
+    sequences and procedures), add_name will be also checked
     on the schema, not only create on the new object itself.
    
 
@@ -527,7 +527,7 @@ postgres=# SELECT cid, cname, show_credit(cid) FROM customer;
     to switch the security label of the client process, the client domain,
     to a new context, if that is allowed by the security policy.
     The client domain needs the setcurrent permission and also
-    dyntransaction from the old to the new domain.
+    dyntransition from the old to the new domain.
    
    
     Dynamic domain transitions should be considered carefully, because they
@@ -632,7 +632,7 @@ ERROR:  SELinux: security policy violation
      
       sepgsql_restorecon(text) returns bool
       
-       Sets up initial security labels for all objectes within the
+       Sets up initial security labels for all objects within the
        current database. The argument may be NULL, or the name of a specfile
        to be used as alternative of the system default.
       
index 53c463730cdd34d512646b9cc635fda2b840aa48..f662d09c45ac9ef7a85e56a947b71c2f114893b4 100644 (file)
@@ -30,7 +30,7 @@
   for primary key columns.  Each part is separated from the next by a comma.
   For ease of parsing using regular expressions, table and column names are
   always wrapped in double quotes, and data values are always wrapped in
-  single quotes.  Embeded quotes are doubled.
+  single quotes.  Embedded quotes are doubled.