We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f215c21 commit a192a05Copy full SHA for a192a05
README.md
@@ -12,6 +12,11 @@
12
- Packaged as a PostgreSQL extension
13
14
## Installation
15
+Method 1: Copy the contents of the file `EASY-INSTALL-Vx.yy.SQL` into a SQL window in your database and run it.
16
+- The VLP8 extension must be available on your server
17
+- The HTTP extension must be available on your server
18
+
19
+Method 2: Regular extension installation method (if SUPASCRIPT is already available on your server along with PLV8 and HTTP)
20
```sql
21
CREATE EXTENSION SUPASCRIPT CASCADE
22
```
0 commit comments