Unbreak port There is discrepancies between official distribution and port: - port uses dynamic library, but official uses static
10 lines
124 B
Plaintext
10 lines
124 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Use the following sql script to create PL/v8js
|
|
|
|
psql -c 'CREATE EXTENSION plv8'
|
|
EOM
|
|
}
|
|
]
|