diff --git a/index.html b/index.html index 2f9c07f..d7cfa46 100644 --- a/index.html +++ b/index.html @@ -129,7 +129,7 @@
As of PLV8 version 2.3.3
, you can use upgrade scripts to upgrade your
installation from any verion higher than 1.5.0
:
=# ALTER EXTENSION plv8 UPDATE TO `2.3.8`;
+=# ALTER EXTENSION plv8 UPDATE TO `2.3.11`;
Note that until the database has been restarted, the old version of PLV8 will
still be loaded, though SELECT plv8_version()
will return the new version.
This is an artifact of how Postgres manages extensions.
@@ -226,9 +226,9 @@
Downloading Source
Downloading the source code is very straightforward:
-$ wget https://github.com/plv8/plv8/archive/v2.3.8.tar.gz
-$ tar -xvzf v2.3.8.tar.gz
-$ cd plv8-2.3.8
+$ wget https://github.com/plv8/plv8/archive/v2.3.11.tar.gz
+$ tar -xvzf v2.3.11.tar.gz
+$ cd plv8-2.3.11
$ make