Fix simple typos in README
Incremnetal -> Incremental Installaion -> Installation
This commit is contained in:
parent
5609f1a757
commit
dc13661b13
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# pg_ivm
|
# pg_ivm
|
||||||
|
|
||||||
The `pg_ivm` module provides Incremnetal View Maintenance (IVM) feature for PostgreSQL.
|
The `pg_ivm` module provides Incremental View Maintenance (IVM) feature for PostgreSQL.
|
||||||
|
|
||||||
The extension is compatible with PostgreSQL 14.
|
The extension is compatible with PostgreSQL 14.
|
||||||
|
|
||||||
|
|
@ -54,7 +54,7 @@ postgres=# SELECT * FROM m; -- automatically updated
|
||||||
(4 rows)
|
(4 rows)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installaion
|
## Installation
|
||||||
To install `pg_ivm`, execute this in the module's directory:
|
To install `pg_ivm`, execute this in the module's directory:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue