Skip to content

Commit 9ba978c

Browse files
committed
Fix misspellings
Amit Langote and Thom Brown
1 parent cb087ec commit 9ba978c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
15531553
both. The commands available are <literal>ALL</literal>,
15541554
<literal>SELECT</>, <literal>INSERT</>, <literal>UPDATE</>, and
15551555
<literal>DELETE</>. Multiple roles can be assigned to a given policy
1556-
and normal role membership and inheiritance rules apply.
1556+
and normal role membership and inheritance rules apply.
15571557
</para>
15581558

15591559
<para>

src/test/regress/expected/updatable_views.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2017,7 +2017,7 @@ SELECT * FROM base_tbl;
20172017

20182018
DROP TABLE base_tbl CASCADE;
20192019
NOTICE: drop cascades to view rw_view1
2020-
-- security barrier view based on inheiritance set
2020+
-- security barrier view based on inheritance set
20212021
CREATE TABLE t1 (a int, b float, c text);
20222022
CREATE INDEX t1_a_idx ON t1(a);
20232023
INSERT INTO t1

src/test/regress/sql/updatable_views.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ SELECT * FROM base_tbl;
958958

959959
DROP TABLE base_tbl CASCADE;
960960

961-
-- security barrier view based on inheiritance set
961+
-- security barrier view based on inheritance set
962962
CREATE TABLE t1 (a int, b float, c text);
963963
CREATE INDEX t1_a_idx ON t1(a);
964964
INSERT INTO t1

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy