Reputation: 342
I'm trying to install this on my PostgreSQL server
http://code.google.com/p/plv8js/wiki/PLV8
the docs looks great but the problem is they are for linux and my company only have access to a Windows Server.
Someone can tell me how to install PLV8 on Windows please?
Upvotes: 4
Views: 3572
Reputation: 48277
The kind folks at Postgres Online Journal have pre-compiled the binaries for PLV8 for Windows
9.2: http://www.postgresonline.com/journal/archives/280-PLV8-1.3-windows-binaries-for-PostgreSQL-9.2.html
Upvotes: 8
Reputation: 1246
We managed to build it on windows and are testing it now. We'll provide binaries for it once we can be sure we can retrace our steps.
We built under Mingw64 chain (and for compiling v8 had to use scons instead of recommended glyph (or whatever that is) and had to change a couple of things in the script to make it work as well. I have it just for 32-bit windows (seems to work fine on my PostgreSQL EnterpriseDb install at first blush - loads and a sample stored proc seemed to work fine). I'm going to try next for 64-bit windows.
Other issue is the compressed files don't work. You have to go to the git one directly.
Keep your eyes focused on our site :) UPDATE: We have instructions up and also binaries if you want to try http://www.postgresonline.com/journal/archives/260-Building-on-MingW-and-deploying-on-VC-compiled-PostgreSQL-Why-and-Why-not.html
Upvotes: 0
Reputation: 22943
If you're not comfortable building PostgreSQL itself from source on Windows, then building this extension then I'd just forget about it. This is an extension that is still in the early stages and presumably subject to regular change and not tested in the real world to anywhere near the level of PostgreSQL itself or even most optional extensions. It is interesting though, isn't it?
Upvotes: -1