mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix misspellings
Amit Langote and Thom Brown
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user