freebsd-ports/databases/postgresql-plv8js/pkg-message

6 lines
151 B
Text
Raw Normal View History

Use the following sql script to create PL/v8js
psql -c 'CREATE EXTENSION plv8'
psql -c 'CREATE EXTENSION plls'
psql -c 'CREATE EXTENSION plcoffee'