summaryrefslogtreecommitdiff
path: root/databases/postgresql-plv8js/pkg-message
blob: 4a8c17a481faec2d35415a1edf6e30dbc02a7e67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[
{ 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
}
]