opnsense-ports/databases/postgresql-plv8js/pkg-message
Franco Fichtner f253cd830b */*: sync with upstream
Taken from: FreeBSD
2023-12-11 11:32:56 +01:00

9 lines
124 B
Text

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