Skip to content

Commit 5609f1a

Browse files
committed
Merge branch 'main' of https://github.com/sraoss/pg_ivm into main
2 parents 65fc7b3 + b1cb960 commit 5609f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ On the other hand, after creating IMMV with the same view definition as below:
116116

117117
```
118118
test=# SELECT create_immv('immv',
119-
`SELECT a.aid, b.bid, a.abalance, b.bbalance
119+
'SELECT a.aid, b.bid, a.abalance, b.bbalance
120120
FROM pgbench_accounts a JOIN pgbench_branches b USING(bid)');
121121
NOTICE: created index "immv_index" on immv "immv"
122122
create_immv

0 commit comments

Comments
 (0)