Commit 9ba978c8 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix misspellings

Amit Langote and Thom Brown
parent cb087ec0
...@@ -1553,7 +1553,7 @@ REVOKE ALL ON accounts FROM PUBLIC; ...@@ -1553,7 +1553,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
both. The commands available are <literal>ALL</literal>, both. The commands available are <literal>ALL</literal>,
<literal>SELECT</>, <literal>INSERT</>, <literal>UPDATE</>, and <literal>SELECT</>, <literal>INSERT</>, <literal>UPDATE</>, and
<literal>DELETE</>. Multiple roles can be assigned to a given policy <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>
<para> <para>
......
...@@ -2017,7 +2017,7 @@ SELECT * FROM base_tbl; ...@@ -2017,7 +2017,7 @@ SELECT * FROM base_tbl;
DROP TABLE base_tbl CASCADE; DROP TABLE base_tbl CASCADE;
NOTICE: drop cascades to view rw_view1 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 TABLE t1 (a int, b float, c text);
CREATE INDEX t1_a_idx ON t1(a); CREATE INDEX t1_a_idx ON t1(a);
INSERT INTO t1 INSERT INTO t1
......
...@@ -958,7 +958,7 @@ SELECT * FROM base_tbl; ...@@ -958,7 +958,7 @@ SELECT * FROM base_tbl;
DROP TABLE base_tbl CASCADE; 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 TABLE t1 (a int, b float, c text);
CREATE INDEX t1_a_idx ON t1(a); CREATE INDEX t1_a_idx ON t1(a);
INSERT INTO t1 INSERT INTO t1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment