1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/databases/postgresql-plv8js/pkg-message
2019-08-13 16:01:59 +00:00

12 lines
194 B
Plaintext

[
{ 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
}
]