freebsd-ports/databases/postgresql-plv8js/pkg-message
2019-08-13 16:01:59 +00:00

11 lines
194 B
Text

[
{ type: install
message: <<EOM
Use the following sql script to create PL/v8js
psql -c 'CREATE EXTENSION plv8'
psql -c 'CREATE EXTENSION plls'
psql -c 'CREATE EXTENSION plcoffee'
EOM
}
]