mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
5 lines
151 B
Text
5 lines
151 B
Text
Use the following sql script to create PL/v8js
|
|
|
|
psql -c 'CREATE EXTENSION plv8'
|
|
psql -c 'CREATE EXTENSION plls'
|
|
psql -c 'CREATE EXTENSION plcoffee'
|