xxxxxxxxxx
CREATE EXTENSION plv8;
-- Download extension:
-- Linux: http://xtuple-plv8.s3.amazonaws.com/linux64/xtuple_plv8.tgz
-- Windows: http://xtuple-plv8.s3.amazonaws.com/win/xtuple_plv8.zip
-- Mac: http://xtuple-plv8.s3.amazonaws.com/mac/xtuple_plv8.tgz
/*
The zip should contain 3 folders:
-bin
-lib
-share
Move the contents of bin to: C:\Program Files\PostgreSQL\9.5\bin
Move the contents of lib to: C:\Program Files\PostgreSQL\9.5\lib
Move the contents of share/extension to: C:\Program Files\PostgreSQL\9.5\share\extension
*/