From ea8f06e8f488610ee550ffcb5752559746eb86e0 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 14 May 2021 22:05:07 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6bec68..b54bc2c 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ Some Postgres providers only support specific extensions. To request a new exten ## Upgrading -Compile and install the latest version and run: +Install the latest version and run: ```sql ALTER EXTENSION vector UPDATE; @@ -232,7 +232,7 @@ make prove_installcheck # TAP tests To run single tests: ```sh -make installcheck REGRESS=vector # regression test +make installcheck REGRESS=functions # regression test make prove_installcheck PROVE_TESTS=test/t/001_wal.pl # TAP test ```