Merge pull request #1 from tatsuo-ishii/main

Fix typo.
This commit is contained in:
Yugo Nagata 2022-04-01 10:31:33 +09:00 committed by GitHub
commit b1cb960b45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@ On the other hand, after creating IMMV with the same view definition as below:
```
test=# SELECT create_immv('immv',
`SELECT a.aid, b.bid, a.abalance, b.bbalance
'SELECT a.aid, b.bid, a.abalance, b.bbalance
FROM pgbench_accounts a JOIN pgbench_branches b USING(bid)');
NOTICE: created index "immv_index" on immv "immv"
create_immv