summaryrefslogtreecommitdiff
path: root/databases/postgresql-plv8js/pkg-message
blob: 8f19104963ad244585c226b41d3fb9592652b636 (plain) (blame)
1
2
3
4
5
6
7
8
9
[
{ type: install
  message: <<EOM
Use the following sql script to create PL/v8js

	psql -c 'CREATE EXTENSION plv8'
EOM
}
]