From 0a5f018fb9af504ada6ffd1661fd3f49f57a2724 Mon Sep 17 00:00:00 2001 From: Yugo Nagata Date: Wed, 13 Apr 2022 14:40:36 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ca12bf..85e8155 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ To install `pg_ivm`, execute this in the module's directory: make install USE_PGXS=1 ``` -> **Important:** Don't forget to set the `PG_CONFIG` variable (`make PG_CONFIG=...`) in case you want to test `pg_pathman` on a non-default or custom build of PostgreSQL. Read more [here](https://wiki.postgresql.org/wiki/Building_and_Installing_PostgreSQL_Extension_Modules). +> **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