Skip to content
Snippets Groups Projects
Commit 9b2a237c authored by Tom Lane's avatar Tom Lane
Browse files

Fix typo in comment.

parent a91f885f
No related branches found
No related tags found
No related merge requests found
......@@ -1594,7 +1594,7 @@ select pg_get_viewdef('shoe'::regclass,0) as prettier;
(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_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;
--
-- check multi-rule VALUES in rules
-- check multi-row VALUES in rules
--
create table rules_src(f1 int, f2 int);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment