Fix typo in comment.
This commit is contained in:
parent
a91f885f11
commit
9b2a237cee
@ -1594,7 +1594,7 @@ select pg_get_viewdef('shoe'::regclass,0) as prettier;
|
|||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
--
|
--
|
||||||
-- check multi-rule VALUES in rules
|
-- check multi-row VALUES in rules
|
||||||
--
|
--
|
||||||
create table rules_src(f1 int, f2 int);
|
create table rules_src(f1 int, f2 int);
|
||||||
create table rules_log(f1 int, f2 int, tag text);
|
create table rules_log(f1 int, f2 int, tag text);
|
||||||
|
@ -935,7 +935,7 @@ select pg_get_viewdef('shoe'::regclass,true) as pretty;
|
|||||||
select pg_get_viewdef('shoe'::regclass,0) as prettier;
|
select pg_get_viewdef('shoe'::regclass,0) as prettier;
|
||||||
|
|
||||||
--
|
--
|
||||||
-- check multi-rule VALUES in rules
|
-- check multi-row VALUES in rules
|
||||||
--
|
--
|
||||||
|
|
||||||
create table rules_src(f1 int, f2 int);
|
create table rules_src(f1 int, f2 int);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user