Skip to content

Commit b1cb960

Browse files
authored
Merge pull request #1 from tatsuo-ishii/main
Fix typo.
2 parents bf467c2 + 5cdd35c commit b1cb960

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)