aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql-plv8js/pkg-message
blob: b47ee85e962ad81ee9d436b44b367c5d8e0b8b27 (plain) (blame)
1
2
3
4
5
Use the following sql script to create PL/v8js

    psql -c 'CREATE EXTENSION plv8'
    psql -c 'CREATE EXTENSION plls'
    psql -c 'CREATE EXTENSION plcoffee'