Update databases/p5-SQLite-Work to version 0.16
[dports.git] / databases / postgresql-plv8js / pkg-message
1 Use the following sql script to create PL/v8js
2
3         psql -c 'CREATE EXTENSION plv8'
4         psql -c 'CREATE EXTENSION plls'
5         psql -c 'CREATE EXTENSION plcoffee'