<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Postgres OnLine Journal - plLiveScript</title>
    <link>https://www.postgresonline.com/journal/</link>
    <description>Tips and tricks for PostgreSQL</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 2.6.0 - http://www.s9y.org/</generator>
    <pubDate>Sat, 13 Jul 2013 19:19:36 GMT</pubDate>

    <image>
    <url>https://www.postgresonline.com/journal/templates/default/img/s9y_banner_small.png</url>
    <title>RSS: Postgres OnLine Journal - plLiveScript - Tips and tricks for PostgreSQL</title>
    <link>https://www.postgresonline.com/journal/</link>
    <width>100</width>
    <height>21</height>
</image>

<item>
    <title>PostgreSQL 9.3 extension treats for windows users: plV8</title>
    <link>https://www.postgresonline.com/journal/index.php?/archives/305-PostgreSQL-9.3-extension-treats-for-windows-users-plV8.html</link>
            <category>9.3</category>
            <category>pl programming</category>
            <category>plcoffee</category>
            <category>plLiveScript</category>
            <category>plv8js</category>
            <category>postgresql versions</category>
            <category>winextensions</category>
    
    <comments>https://www.postgresonline.com/journal/index.php?/archives/305-PostgreSQL-9.3-extension-treats-for-windows-users-plV8.html#comments</comments>
    <wfw:comment>https://www.postgresonline.com/journal/wfwcomment.php?cid=305</wfw:comment>

    <slash:comments>8</slash:comments>
    <wfw:commentRss>https://www.postgresonline.com/journal/rss.php?version=2.0&amp;type=comments&amp;cid=305</wfw:commentRss>
    

    <author>nospam@example.com (Leo Hsu and Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;Now that PostgreSQL 9.3 beta1 has been released we&#039;ve started to jump start our experimentation by compiling our favorite extensions.  First on the list is PL/V8 js.&lt;/p&gt;

&lt;p&gt;This was compiled against 9.3beta1 for 64-bit and 32-bit and  plv8 version 1.4.0.  We briefly tried with the EDB windows builds which we downloaded from: &lt;a href=&quot;http://www.enterprisedb.com/products-services-training/pgbindownload&quot; target=&quot;_blank&quot;&gt;http://www.enterprisedb.com/products-services-training/pgbindownload&lt;/a&gt; and seems to work fine.&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.postgresonline.com/downloads/pg93plv8jsbin_w32.zip&quot; target=&quot;_blank&quot;&gt;PostgreSQL 9.3 plv8 32-bit download&lt;/a&gt;&lt;/li&gt; 
&lt;li&gt;&lt;a href=&quot;http://www.postgresonline.com/downloads/pg93plv8jsbin_w64_1.4.0_gcc4.8.0.zip&quot; target=&quot;_blank&quot;&gt;PostgreSQL 9.3 plv8 64-bit download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We hope windows users find these useful.&lt;/p&gt;

 
    </content:encoded>

    <pubDate>Mon, 13 May 2013 15:09:00 -0400</pubDate>
    <guid isPermaLink="false">https://www.postgresonline.com/journal/index.php?/archives/305-guid.html</guid>
    
</item>
<item>
    <title>PLV8 1.3 windows binaries for PostgreSQL 9.2</title>
    <link>https://www.postgresonline.com/journal/index.php?/archives/280-PLV8-1.3-windows-binaries-for-PostgreSQL-9.2.html</link>
            <category>9.2</category>
            <category>pl programming</category>
            <category>plcoffee</category>
            <category>plLiveScript</category>
            <category>plv8js</category>
            <category>postgresql versions</category>
            <category>winextensions</category>
    
    <comments>https://www.postgresonline.com/journal/index.php?/archives/280-PLV8-1.3-windows-binaries-for-PostgreSQL-9.2.html#comments</comments>
    <wfw:comment>https://www.postgresonline.com/journal/wfwcomment.php?cid=280</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://www.postgresonline.com/journal/rss.php?version=2.0&amp;type=comments&amp;cid=280</wfw:commentRss>
    

    <author>nospam@example.com (Leo Hsu and Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;As Hitoshi Hirada mentioned already in &lt;a href=&quot;http://umitanuki.hatenablog.com/entry/2012/12/10/145425&quot; target=&quot;_blank&quot;&gt;PL/v8 is now the richest procedural language&lt;/a&gt; , PL/V8 1.3 has been recently released and some of the great new features are automatic conversion of json objects, and ability to write window functions.  Not only does PL/V8 allow you to make the most of the native JSON support in PostgreSQL 9.2, but in many cases particularly numeric processing, the speed is much better than what you get with plpgsql.  Someone asked us a while back about this and we are hoping to do a demonstration of pl/v8 for numeric processing where you can see the marked difference in speed and perhaps compare with something like PL/R that is also often used for array numeric processing.&lt;/p&gt;


&lt;p&gt;For those who are on windows we&#039;ve compiled PLv8 1.3  for windows 32-bit and windows 64-bit that work with PostgreSQL EDB installs. We haven&#039;t had a chance to thoroughly test them yet,  so let us know if you find issues.  We&#039;ve saved the last versions we compiled under a different name since some things are not backward compatible between the PLv8 1.1 and 1.3 releases.&lt;/p&gt;

&lt;p&gt;We are also hoping to making our windows binary download links more visible.  For stop gap fix, we are tagging all the articles concerning things like FDW extensions, PostGIS, plv8 we&#039;ve compiled for windows under winextensions and accessible from &lt;a href=&quot;http://www.postgresonline.com/winextensions.php&quot; target=&quot;blank&quot;&gt;http://www.postgresonline.com/winextensions.php&lt;/a&gt;&lt;/p&gt;

 &lt;a class=&quot;block_level&quot; href=&quot;https://www.postgresonline.com/journal/index.php?/archives/280-PLV8-1.3-windows-binaries-for-PostgreSQL-9.2.html#extended&quot;&gt;Continue reading &quot;PLV8 1.3 windows binaries for PostgreSQL 9.2&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 13 Dec 2012 22:32:00 -0500</pubDate>
    <guid isPermaLink="false">https://www.postgresonline.com/journal/index.php?/archives/280-guid.html</guid>
    
</item>

</channel>
</rss>
