Fix misspellings
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 24 Apr 2015 16:00:49 +0000 (12:00 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 24 Apr 2015 16:00:49 +0000 (12:00 -0400)
Amit Langote and Thom Brown

doc/src/sgml/ddl.sgml
src/test/regress/expected/updatable_views.out
src/test/regress/sql/updatable_views.sql

index 1c56f162de3f9c338d5fc2b151e400a450db02ef..0aa0c13c5c81117639ae23e244799d6c2215a62a 100644 (file)
@@ -1553,7 +1553,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
    both.  The commands available are <literal>ALL</literal>,
    <literal>SELECT</>, <literal>INSERT</>, <literal>UPDATE</>, and
    <literal>DELETE</>.  Multiple roles can be assigned to a given policy
-   and normal role membership and inheiritance rules apply.
+   and normal role membership and inheritance rules apply.
   </para>
 
   <para>
index 9e7ba7247103edc997617cb1fd169476d4730d31..ccabe9e3dcb9af52875b5b533bfef62240eef10c 100644 (file)
@@ -2017,7 +2017,7 @@ SELECT * FROM base_tbl;
 
 DROP TABLE base_tbl CASCADE;
 NOTICE:  drop cascades to view rw_view1
--- security barrier view based on inheiritance set
+-- security barrier view based on inheritance set
 CREATE TABLE t1 (a int, b float, c text);
 CREATE INDEX t1_a_idx ON t1(a);
 INSERT INTO t1
index 60c7e292212547cb0f6a36abc9fa3537c374faf7..697363665c1cd3c900e7292515fd6ba715ab90c2 100644 (file)
@@ -958,7 +958,7 @@ SELECT * FROM base_tbl;
 
 DROP TABLE base_tbl CASCADE;
 
--- security barrier view based on inheiritance set
+-- security barrier view based on inheritance set
 CREATE TABLE t1 (a int, b float, c text);
 CREATE INDEX t1_a_idx ON t1(a);
 INSERT INTO t1