<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>PostgreSQL Blog Hans-Juergen Schoenig</title>
    <link>http://www.postgresql-support.de/blog/blog_hans.html</link>
    <description>This is the PostgreSQL Blog of Hans-Juergen Schoenig.</description>
    <generator>Feeder 1.4.10(222) http://reinventedsoftware.com/feeder/</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <language>en</language>
    <pubDate>Fri, 25 Jan 2008 13:59:10 +0100</pubDate>
    <lastBuildDate>Fri, 25 Jan 2008 13:59:10 +0100</lastBuildDate>
    <item>
      <title>CONNECT BY for PostgreSQL</title>
      <link>http://www.postgresql-support.de/blog/blog_hans.html#blog2</link>
      <description><![CDATA[<p><b>CONNECT BY for PostgreSQL</b></p>

<p>We finally finished porting Evgen Potemkin's CONNECT BY patch to PostgreSQL 8.3. 
<br />CONNECT BY can be used to perform recursive queries. Unfortunately this is not part of the official SQL standard so it is basically an Oracle specific extension. However, many people are used to the (quite unflexible) Oracle style syntax so it might definitely be worthwhile to providing CONNECT BY for PostgreSQL. We did not bother modifying the patch to provide ANSI SQL syntax (= using WITH ...) as the current patch has far too many limitations by design.
<br />Here are some experiences I made while we ported the patch from 8.2 to 8.3.</p>


<p><b>Downloading CONNECT BY</b></p>

<p>For those who want to use CONNECT BY for PostgreSQL 8.3 can checkout the tarball at <a href="http://www.postgresql.at/english/downloads_e.html">http://www.postgresql.at/english/downloads_e.html</a></p>]]></description>
      <pubDate>Wed, 23 Jan 2008 11:48:02 +0100</pubDate>
      <guid isPermaLink="false">connect-by-for-postgresql</guid>
      <dc:creator>Hans-Juergen Schoenig</dc:creator>
    </item>
    <item>
      <title>Optimizing function calls in PostgreSQL 8.3</title>
      <link>http://www.postgresql-support.de/blog/blog_hans.html#blog1</link>
      <description><![CDATA[<p>Being able to adjust the costs of function calls is definitely one of the most interesting features in PostgreSQL 8.3. It has a significant impact on many real world applications.</p>

<p>I did some practical tests to see how we can gain from adjusting costs of function calls.</p>]]></description>
      <pubDate>Wed, 16 Jan 2008 11:48:13 +0100</pubDate>
      <guid isPermaLink="false">optimizing-function-calls-in-postgresql-83</guid>
      <dc:creator>Hans-Juergen Schoenig</dc:creator>
    </item>
  </channel>
</rss>

