Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated PLV8 version #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h2>
Updating PLV8
</h2><p>As of PLV8 version <code>2.3.3</code>, you can use upgrade scripts to upgrade your
installation from any verion higher than <code>1.5.0</code>:</p>
<pre><code>=# ALTER EXTENSION plv8 UPDATE TO `2.3.8`;
<pre><code>=# ALTER EXTENSION plv8 UPDATE TO `2.3.11`;
</code></pre><p>Note that until the database has been restarted, the old version of PLV8 will
still be loaded, though <code>SELECT plv8_version()</code> will return the new version.
This is an artifact of how Postgres manages extensions.</p>
Expand Down Expand Up @@ -226,9 +226,9 @@ <h3>
</a>
Downloading Source
</h3><p>Downloading the source code is very straightforward:</p>
<pre><code>$ wget https://github.com/plv8/plv8/archive/v2.3.8.tar.gz
$ tar -xvzf v2.3.8.tar.gz
$ cd plv8-2.3.8
<pre><code>$ 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
</code></pre>
<h3>
Expand Down