Update README.md

This commit is contained in:
Yugo Nagata 2022-04-14 16:58:25 +09:00 committed by GitHub
parent 0a5f018fb9
commit 34c44eb4b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,12 @@ To install `pg_ivm`, execute this in the module's directory:
make install USE_PGXS=1
```
And, execute CREATE EXTENSION comand.
```
CREATE EXTENSION pg_ivm;
```
> **Important:** Don't forget to set the `PG_CONFIG` variable (`make PG_CONFIG=...`) in case you want to test `pg_ivm` on a non-default or custom build of PostgreSQL. Read more [here](https://wiki.postgresql.org/wiki/Building_and_Installing_PostgreSQL_Extension_Modules).
## Objects