Files
ports/databases/postgresql-plv8js/pkg-message
Vanilla I. Shu 20ca9274d5 Support stage.
2013-09-25 01:19:21 +00:00

6 lines
151 B
Plaintext

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