<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">

<channel>
	<title>::Planet PostgreSQL::</title>
	<link>http://www.planetpostgresql.org/</link>
	<language>en</language>
	<description>::Planet PostgreSQL:: - http://www.planetpostgresql.org/</description>

<item>
	<title>Hubert Lubaczewski: Prepared statements gotcha</title>
	<guid>http://www.depesz.com/?p=1204</guid>
	<link>http://www.depesz.com/index.php/2008/05/10/prepared-statements-gotcha/</link>
	<description>Friend from my previous employer told me that plans of execution of prepared statement, and the same statement run &amp;#8220;as it&amp;#8221; are different.
Well, I checked and this is what I found (it&amp;#8217;s not shocking, it&amp;#8217;s actually quite obvious, but You have to think about it for a while to &amp;#8220;get it&amp;#8221;).

Let&amp;#8217;s assume we have pretty [...]</description>
	<pubDate>Sat, 10 May 2008 19:09:50 +0000</pubDate>
</item>
<item>
	<title>Francisco Figueiredo Jr: Going to Canada...</title>
	<guid>tag:blogger.com,1999:blog-15237920.post-1590232489820430033</guid>
	<link>http://fxjr.blogspot.com/2008/05/going-to-canada.html</link>
	<description>Hi, all!!&lt;br /&gt;&lt;br /&gt;It's a great pleasure to say I'm going to attend PGCon2008 this year!! :)&lt;br /&gt;&lt;br /&gt;I'm going to Canada tomorrow (May, 11) and hope to enjoy Ottawa and Canada before conference starts.&lt;br /&gt;&lt;br /&gt;If you live in Ottawa and would like to talk about Npgsql, Mono, .Net or anything else, please drop me a mail.&lt;br /&gt;&lt;br /&gt;About Npgsql, I posted on npgsql-devel list about an &lt;a href=&quot;http://lists.pgfoundry.org/pipermail/npgsql-devel/2008-May/000704.html&quot;&gt;Npgsql2 beta4 release this week&lt;/a&gt;. But unfortunately it won't be possible. Josh is fixing some last bugs and will be doing a release next week. Sorry for any problems this announce may have caused.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So, that's it!&lt;br /&gt;&lt;br /&gt;Stay tuned!</description>
	<pubDate>Sat, 10 May 2008 19:15:55 +0000</pubDate>
</item>
<item>
	<title>Gabriele Bartolini: ITPUG at PyCon2</title>
	<guid>http://www.gabrielebartolini.it/blog/index.php?/archives/42-guid.html</guid>
	<link>http://www.gabrielebartolini.it/blog/index.php?/archives/42-ITPUG-at-PyCon2.html</link>
	<description>I have just come back home from a very long day at &lt;a href=&quot;http://www.pycon2.it&quot;&gt;PyCon2&lt;/a&gt;, the second edition of the Italian Python Conference which has been held in Florence.&lt;br /&gt;
ITPUG, the &lt;a href=&quot;http://www.itpug.org&quot;&gt;Italian PostgreSQL Users Group&lt;/a&gt;, has been invited by the organisers of the conference, the national association for the promotion of Python (&lt;a href=&quot;http://www.python.it&quot;&gt;Associazione Python Italia&lt;/a&gt;).&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/itpug/2480243563/&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2280/2480243563_f10dded511.jpg?v=0&quot; alt=&quot;Group picture of ITPUG and some PyCon2 organisers&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
It's been a terrific chance for us to setup a small booth and to show our new promotional flyers (in Italian) and our brand new PostgreSQL stickers, made by our fellow Valentino.&lt;br /&gt;
The technical liason between PostgreSQL and Python is very strong, and we have found so many people that were eager to hear news about PostgreSQL and about our association.&lt;br /&gt;
We are looking forward to return the favor to the Python association during our European PostgreSQL Day, which will be held in Prato on October 17 and 18.&lt;br /&gt;
I believe it is important to strengthen this sort of links between non profit organisations that share the same principles and goals of free software promotion. I am sure there will be more chances to collaborate and cooperate with our fellow &quot;Pythonists&quot;. &lt;img src=&quot;http://www.gabrielebartolini.it/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
This is another important step along the short life so far of ITPUG, the non profit organisation that has been founded in November 2007.&lt;br /&gt;
Now we can concentrate on our next conference: next week, ITPUG's Chris Mair will deliver a workshop on PostgreSQL at the &quot;&lt;a href=&quot;http://www.confsl.org&quot;&gt;National Conference about Free Software&lt;/a&gt;&quot;.&lt;br /&gt;
Today, Simone Martelli setup the &lt;a href=&quot;http://www.pgday.org&quot;&gt;italian website of PGDay 2008&lt;/a&gt;. Another small step for a better PostgreSQL community!</description>
	<pubDate>Sat, 10 May 2008 17:48:13 +0000</pubDate>
</item>
<item>
	<title>Leo Hsu and Regina Obe: Choosing the right Database Procedural Language PL</title>
	<guid>http://www.postgresonline.com/journal/index.php?/archives/50-guid.html</guid>
	<link>http://www.postgresonline.com/journal/index.php?/archives/50-Choosing-the-right-Database-Procedural-Language-PL.html</link>
	<description>&lt;p&gt;One of the great selling points of PostgreSQL is its pluggable PL language architecture.  MySQL is known for its pluggable storage and 
PostgreSQL is known for its pluggable PL language architecture.  From &lt;a href=&quot;http://www.scribd.com/doc/2575733/The-future-of-MySQL-The-Project&quot; target=&quot;_blank&quot;&gt;Monty's notes on slide 12&lt;/a&gt; looks like MySQL 
may be working on a pluggable PL language architecture of their own.
The most common of these languages are the all-purpose languages SQL and C (these are built-in and not really PLs like the others, but we'll throw them in there),
&lt;a href=&quot;http://www.postgresql.com.cn/docs/8.3/static/plpgsql.html&quot; target=&quot;_blank&quot;&gt;PLPgSQL&lt;/a&gt; which is also built-in but not always enabled, &lt;a href=&quot;http://www.postgresql.org/docs/8.3/static/plperl.html&quot; target=&quot;_blank&quot;&gt;PL/Perl&lt;/a&gt;, &lt;a href=&quot;http://www.postgresql.org/docs/8.3/interactive/plpython.html&quot; target=&quot;_blank&quot;&gt;PL/Python&lt;/a&gt;, and the domain specific languages &lt;a href=&quot;http://joeconway.com/plr/doc/index.html&quot; target=&quot;_blank&quot;&gt;PL/R&lt;/a&gt;, &lt;a href=&quot;http://plsh.projects.postgresql.org/&quot; target=&quot;_blank&quot;&gt;PL/SH&lt;/a&gt; and gaining popularity Skype released &lt;a href=&quot;https://developer.skype.com/SkypeGarage/DbProjects/PlProxy&quot; target=&quot;_blank&quot;&gt;PL/Proxy&lt;/a&gt;.  
There are others in the family such as &lt;a href=&quot;http://www.postgresql.org/docs/8.3/interactive/pltcl.html&quot; target=&quot;_blank&quot;&gt;PL/Tcl&lt;/a&gt;, &lt;a href=&quot;https://projects.commandprompt.com/public/plphp&quot; target=&quot;_blank&quot;&gt;PL/PHP&lt;/a&gt;, &lt;a href=&quot;http://raa.ruby-lang.org/project/pl-ruby/&quot; target=&quot;_blank&quot;&gt;PL/Ruby&lt;/a&gt;, &lt;a href=&quot;http://plscheme.projects.postgresql.org/&quot; target=&quot;_blank&quot;&gt;PL/Scheme (a dialect of Lisp)&lt;/a&gt;, &lt;a href=&quot;http://wiki.tada.se/display/pljava/Home&quot; target=&quot;_blank&quot;&gt;PL/Java&lt;/a&gt;, &lt;a href=&quot;http://pllua.projects.postgresql.org/&quot; target=&quot;_blank&quot;&gt;PL/Lua&lt;/a&gt; and &lt;a href=&quot;http://pgfoundry.org/projects/pllolcode&quot; target=&quot;_blank&quot;&gt;PL/LOLCode (for kicks and as a reference implementation.  Think of LOLCode as PostgreSQL Pluggable PL equivalent of MySQL's BLACK HOLE storage engine.)&lt;/a&gt; .
&lt;/p&gt;

&lt;p&gt;The other interesting thing about the PostgreSQL PL language architecture is that it is a fairly thin wrapper around these languages.
This means the kind of code you write in those languages is pretty much what you would write if you were doing general programming
in those languages minus some spi calls. Since the handler is a just a thin wrapper around the environment, the language environment must be installed on the database server before you can use the PL language handler.  This means you can have these functions utilized in your SQL statements and you can write
in a language you feel comfortable with if you can get the darn PL compiled for your environment or someone has already kindly compiled it for your environment or that it is even compilable for your environment.  The pluggable PL architecture means you can 
write a PL Handler for your favorite language or invent your own language that you can run in the database.   In the end 
the barrier between code,data, and semantic constructs is more of a constraint imposed by compilers.  If you have any doubts about the above statement, you need only look at some javascript injection attacks
to bring the statement home. One of my fantasies is 
developing a language that morphs itself, that utilizes the database as its morphing engine and its OS and that breaks the illusion of data being data, code being code, and lacks rigid semantics.  
Of the languages we have worked with, &lt;a href=&quot;http://en.wikipedia.org/wiki/Smalltalk&quot; target=&quot;_blank&quot;&gt;SmallTalk&lt;/a&gt; comes closest to a language that satisfies these ideals and Lisp to a much lesser extent.  Lisp lacked the semantic elegance of SmallTalk among other things.
&lt;/p&gt;

&lt;p&gt;Most people are used to having their procedural language push their data around.  PL code living in PostgreSQL allows your data to push your procedural code around in a set-based way.  This is a simple but pretty powerful feature since data is in general more fluid than code. For interpretated/just-in time compiled languages it can live in the database, for compiled it has to call compiled functions. &lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/index.php?/archives/50-Choosing-the-right-Database-Procedural-Language-PL.html#extended&quot;&gt;Continue reading &quot;Choosing the right Database Procedural Language PL&quot;&lt;/a&gt;</description>
	<pubDate>Sat, 10 May 2008 10:58:00 +0000</pubDate>
</item>
<item>
	<title>Neil Conway: 10 May 2008</title>
	<guid>http://www.advogato.org/person/nconway/diary.html?start=57</guid>
	<link>http://www.advogato.org/person/nconway/diary.html?start=57</link>
	<description>&lt;b&gt;The End of Moore's Law&lt;/b&gt;

&lt;p&gt; &lt;p&gt; I was reading &quot;&lt;a href=&quot;http://ptolemy.eecs.berkeley.edu/publications/papers/06/problemwithThreads/&quot;&gt;The
Problem with Threads&lt;/a&gt;&quot; by Prof. &lt;a href=&quot;http://ptolemy.eecs.berkeley.edu/~eal/&quot;&gt;Ed Lee&lt;/a&gt;,
and noticed the following claim right on the
first page:

&lt;p&gt; &lt;p&gt; &lt;blockquote&gt;
Many technologists predict that the end of Moore&amp;rsquo;s
Law will be answered with increasingly parallel computer
architectures (multicore or chip [multiprocessors], CMPs)
[&lt;a href=&quot;http://www.acmqueue.com/modules.php?name=Content&amp;amp;pa=printer_friendly&amp;amp;pid=333&amp;amp;page=1&quot;&gt;15&lt;/a&gt;].
&lt;/blockquote&gt;

&lt;p&gt; &lt;p&gt; This quote
confuses me, because, to the best of my knowledge, &lt;i&gt;Moore's
Law has not ended&lt;/i&gt;, and the industry's move to
multicore/manycore processors is not directly related to the
imminent demise of &lt;a href=&quot;http://en.wikipedia.org/wiki/Moore%27s_law&quot;&gt;Moore's
Law&lt;/a&gt;. Moore's Law is the claim that transistor density in
integrated circuits approximately doubles every two years.
As far as I know, that remains basically &lt;a href=&quot;http://en.wikipedia.org/wiki/Transistor_count&quot;&gt;true
for the time being&lt;/a&gt;, and current speculation is that it
will continue to hold for &lt;a href=&quot;http://www.news.com/2100-1001-984051.html&quot;&gt;at least 10
years&lt;/a&gt;.

&lt;p&gt; &lt;p&gt; What &lt;i&gt;is&lt;/i&gt; driving the move to multicore designs is that
we can no longer effectively use those extra transistors to
increase the speed of a single sequential instruction
stream. Ramping up clock speed increases heat
dissipation, and doesn't improve performance very much if
memory latency doesn't significantly change. Techniques like
caching, pipelining, and superscalar execution help, but
only to an extent. Hence the move to multicore designs and
chip-level parallelism.

&lt;p&gt; &lt;p&gt; That said, I'm definitely not a hardware guy,
and doubtless Prof. Lee has forgotten more about processor
design than I am ever likely to know. And when Moore's Law
ends, that may well
encourage the multicore trend even more&amp;mdash;but my
understanding is that the
eventual demise of Moore's Law and the current move to multicore
architectures are not directly related. I'm curious to know
if I'm mistaken. 

&lt;p&gt; &lt;p&gt; (As an aside, text quoted above cites &quot;&lt;a href=&quot;http://www.acmqueue.com/modules.php?name=Content&amp;amp;pa=printer_friendly&amp;amp;pid=333&amp;amp;page=1&quot;&gt;Multicore
CPUs for the Masses&lt;/a&gt;&quot; in &lt;i&gt;ACM Queue&lt;/i&gt; as support for
the claim that the industry is moving toward multicore
designs. While that is true, the article makes no mention of
Moore's Law.)&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Sat, 10 May 2008 06:02:53 +0000</pubDate>
</item>
<item>
	<title>Hubert Lubaczewski: Waiting for 8.4 - psql vs. tabs + wrapped output</title>
	<guid>http://www.depesz.com/?p=1203</guid>
	<link>http://www.depesz.com/index.php/2008/05/09/waiting-for-84-psql-vs-tabs-wrapped-output/</link>
	<description>Today I will describe 2 new patches which modify psql:

First patch was written and committed by Bruce Momjian.
Commit message describes the thing pretty simply:
Have psql output tab as the proper number of spaces, rather than \x09.
What it means? In 8.3 and earlier when Your string contained tab characters it was printed as &amp;#8220;\x09&amp;#8243;, thus rendering [...]</description>
	<pubDate>Fri, 09 May 2008 17:12:21 +0000</pubDate>
</item>
<item>
	<title>Gavin M. Roy: Reindexing Concurrently</title>
	<guid>tag:www.gavinroy.com,2008-05-09:466</guid>
	<link>http://www.gavinroy.com/2008/5/9/reindexing-concurrently</link>
	<description>&lt;p&gt;Index bloat can be a major pain in heavy OLTP databases.  With Reindex being a blocking operation in Postgres, you can not reasonably reclaim index bloat in a large database by hand without going offline.  Thus enter &lt;a href=&quot;https://area51.myyearbook.com/trac.cgi/browser/scripts/concurrentReindex/concurrentReindex.php&quot;&gt;concurrentReindex.php&lt;/a&gt;.  This PHP cli script will concurrently reindex all non-unique, non-system catalog indexes in a given database.  I have only tested this against a Postgres 8.2 database, but it should work in theory against 8.2 or higher.  Feedback, enhancements and patches welcome.&lt;/p&gt;</description>
	<pubDate>Fri, 09 May 2008 15:57:49 +0000</pubDate>
</item>
<item>
	<title>Hubert Lubaczewski: MySQL’s timestamp in PostgreSQL</title>
	<guid>http://www.depesz.com/?p=1202</guid>
	<link>http://www.depesz.com/index.php/2008/05/08/mysqls-timestamp-in-postgresql/</link>
	<description>MySQL has this nifty/annoying feature/bug of special data type &amp;#8220;TIMESTAMP&amp;#8221;. It is like a DATETIME, but it gets automatically updated whenever you modify the row.
I&amp;#8217;ll try to add the same feature to PostgreSQL.

This is how it works in MySQL:
mysql&amp;#62; create table test (x varchar(10), y timestamp);
Query OK, 0 rows affected (0.03 sec)
mysql&amp;#62; insert into test [...]</description>
	<pubDate>Thu, 08 May 2008 15:16:43 +0000</pubDate>
</item>
<item>
	<title>Leo Hsu and Regina Obe: REST in PostgreSQL Part 3 A - Simple REST Client in Adobe Flex 3</title>
	<guid>http://www.postgresonline.com/journal/index.php?/archives/49-guid.html</guid>
	<link>http://www.postgresonline.com/journal/index.php?/archives/49-REST-in-PostgreSQL-Part-3-A-Simple-REST-Client-in-Adobe-Flex-3.html</link>
	<description>&lt;p&gt;In prior articles of this series, we covered the following:
&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/index.php?/archives/32-Showcasing-REST-in-PostgreSQL---The-PreQuel.html&quot; target=&quot;_blank&quot;&gt;Showcasing REST in PostgreSQL - The PreQuel&lt;/a&gt; we went over what REST is and isn't&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/index.php?/archives/36-REST-in-PostgreSQL-Part-1-The-DB-components.html&quot; target=&quot;_blank&quot;&gt;REST in PostgreSQL Part 1 - The DB components&lt;/a&gt; we loaded the Pagila database and created a db plpgsql search function to support our rest server service&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/index.php?/archives/37-REST-in-PostgreSQL-Part-2-A-The-REST-Server-service-with-ASP.NET.html&quot; target=&quot;_blank&quot;&gt;REST in PostgreSQL Part 2 A - The REST Server service with ASP.NET&lt;/a&gt; we demonstrated a REST web service using Mono.NET, MS.NET both in C#, VB.Net/Monobasic&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/index.php?/archives/42-REST-in-PostgreSQL-Part-2-B-The-REST-Server-service-with-PHP-5.html&quot; target=&quot;_blank&quot;&gt;REST in PostgreSQL Part 2 B - The REST Server service with PHP 5&lt;/a&gt; we demonstrated a REST web service using PHP 5&lt;/li&gt;
&lt;/ol&gt;
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/index.php?/archives/49-REST-in-PostgreSQL-Part-3-A-Simple-REST-Client-in-Adobe-Flex-3.html#extended&quot;&gt;Continue reading &quot;REST in PostgreSQL Part 3 A - Simple REST Client in Adobe Flex 3&quot;&lt;/a&gt;</description>
	<pubDate>Wed, 07 May 2008 19:45:00 +0000</pubDate>
</item>
<item>
	<title>Jignesh K. Shah: How OpenSource and ISVs can leverage OpenSolaris</title>
	<guid>http://people.planetpostgresql.org/jkshah/index.php?/archives/1-guid.html</guid>
	<link>http://people.planetpostgresql.org/jkshah/index.php?/archives/1-How-OpenSource-and-ISVs-can-leverage-OpenSolaris.html</link>
	<description>I briefly mentioned in my earlier post that OpenSolaris binary is probably just a chapter of a book. Lets look more at it&lt;p&gt;[&lt;a class=&quot;readmore&quot; href=&quot;http://blogs.sun.com/jkshah/entry/how_opensource_and_isvs_can&quot;&gt;Read More&lt;/a&gt;] &lt;/p&gt;</description>
	<pubDate>Wed, 07 May 2008 17:49:40 +0000</pubDate>
</item>
<item>
	<title>Bruce Momjian: May Commit-Fest Going Well</title>
	<guid>http://momjian.us/main/blogs/pgblog.html#May_7_2008</guid>
	<link>http://momjian.us/main/blogs/pgblog.html#May_7_2008</link>
	<description>&lt;p&gt;The &lt;a href=&quot;http://wiki.postgresql.org/wiki/Project_management_documentation&quot;&gt;May commit-fest&lt;/a&gt; is going well, with lots of
wiki and committer activity.
&lt;/p&gt;
&lt;div class=&quot;js-kit-comments&quot; label=&quot;Comment&quot;&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 07 May 2008 04:00:00 +0000</pubDate>
</item>
<item>
	<title>Hubert Lubaczewski: “ERROR:  operator does not exist: integer = text” how to fix it?</title>
	<guid>http://www.depesz.com/?p=1201</guid>
	<link>http://www.depesz.com/index.php/2008/05/05/error-operator-does-not-exist-integer-text-how-to-fix-it/</link>
	<description>PostgreSQL 8.3 brought us many great new features. Among them were concurrent autovacuum, enums, tsearch in core.
On of the changes though made a lot of people dislike 8.3. It was removal of implicit casts.

What do I mean?
In PostgreSQL 8.2, You could easily do something like this:
# select 1::int4 = '1'::text;
 ?column?
----------
 t
(1 row)
In PostgreSQL 8.3 [...]</description>
	<pubDate>Mon, 05 May 2008 11:11:31 +0000</pubDate>
</item>
<item>
	<title>Hubert Lubaczewski: Waiting for 8.4 - pg_conf_load_time, time-related generate_series and enum values in \dT+</title>
	<guid>http://www.depesz.com/?p=1200</guid>
	<link>http://www.depesz.com/index.php/2008/05/05/waiting-for-84-pg_conf_load_time-time-related-generate_series-and-enum-values-in-dt/</link>
	<description>3 new functionalities from 3 people:

First, patch from George Gensure, committed by Tom Lane.
New function - pg_conf_load_time() returns timestamp when PostgreSQL reread its configuration last time. In trivial situation it will be the same as pg_postmaster_start_time(), but if someone issued
pg_ctl reload
Then it will differ:
=&amp;#62; psql -c &quot;select pg_postmaster_start_time(), pg_conf_load_time()&quot;
   pg_postmaster_start_time    [...]</description>
	<pubDate>Mon, 05 May 2008 07:32:38 +0000</pubDate>
</item>
<item>
	<title>Selena Deckelmann: pl/lolcode slides</title>
	<guid>http://www.chesnok.com/daily/2008/05/01/pllolcode-slides/</guid>
	<link>http://www.chesnok.com/daily/2008/05/01/pllolcode-slides/</link>
	<description>&lt;p&gt;There are lots of cool things about PostgreSQL, but one of my favorites is Joshua Tolley&amp;#8217;s &lt;a href=&quot;http://pgfoundry.org/projects/pllolcode/&quot;&gt;PL/LOLCODE&lt;/a&gt; implementation.  He says he&amp;#8217;s about to have more time to work on it, so watch out for updates. &lt;/p&gt;
&lt;p&gt;In the meantime, I gave a presentation on lolcode to the &lt;a href=&quot;http://pdx.pm.org&quot;&gt;Portland PerlMongers&lt;/a&gt; in April:&lt;/p&gt;
&lt;p&gt;&lt;center&gt;&lt;a href=&quot;http://www.chesnok.com/daily/wp-content/uploads/2008/05/lolcode.pdf&quot; title=&quot;pl/lolcode&quot;&gt;&lt;img src=&quot;http://www.chesnok.com/daily/wp-content/uploads/2008/05/picture-1.png&quot; alt=&quot;lolcode picture&quot; width=&quot;250px&quot; /&gt;&lt;/a&gt;&lt;/center&gt;&lt;/p&gt;</description>
	<pubDate>Mon, 05 May 2008 06:24:17 +0000</pubDate>
</item>
<item>
	<title>Selena Deckelmann: Bar Camp Portland: what a weekend!</title>
	<guid>http://www.chesnok.com/daily/2008/05/04/bar-camp-portland-what-a-weekend/</guid>
	<link>http://www.chesnok.com/daily/2008/05/04/bar-camp-portland-what-a-weekend/</link>
	<description>&lt;p&gt;&lt;center&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3117/2461324984_f3d0ef2e4e.jpg&quot; /&gt;&lt;/center&gt;&lt;/p&gt;
&lt;p&gt;&lt;center&gt;&lt;a href=&quot;http://barcampportland.chesnok.com/drupal/node/78#comment-31&quot;&gt;I&amp;#8217;m inspired&lt;/a&gt;.&lt;/center&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m still buzzing from &lt;a href=&quot;http://www.barcampportland.org&quot;&gt;BarCampPortland&lt;/a&gt;. I loved every minute of it, and managed to learn a ton from all the amazing people in Portland. I met a ton of new people, and started several more projects &lt;img src=&quot;http://www.chesnok.com/daily/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Over the course of two days, I ran two sessions. The first was about &lt;a href=&quot;http://barcampportland.chesnok.com/drupal/node/30&quot;&gt;PostgreSQL&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;center&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2160/2466156123_ea94f5350f_m.jpg&quot; /&gt;&lt;/center&gt;&lt;/p&gt;
&lt;p&gt;We had a fantastic discussion, totally filled the room up with people curious about what PostgreSQL can do.  We had several requests for MySQL -&gt; PostgreSQL &amp;#8220;rosetta stone&amp;#8221; documentation. &lt;/p&gt;
&lt;p&gt;The second session was &lt;a href=&quot;http://barcampportland.chesnok.com/drupal/node/127&quot;&gt;How to raise or eat chickens sustainably&lt;/a&gt;: &lt;/p&gt;
&lt;p&gt;&lt;center&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3086/2466157329_74b83580b8_m.jpg&quot; /&gt;&lt;/center&gt;&lt;/p&gt;
&lt;p&gt;We had an incredible conversation - ranging from getting and raising chickens for the first time, to digging up your lawn and planting food, to gentrification, to obsessive local eating. &lt;/p&gt;
&lt;p&gt;I also attended these others: &lt;a href=&quot;http://barcampportland.chesnok.com/drupal/node/53&quot;&gt;DSLR&lt;/a&gt;, &lt;a href=&quot;http://barcampportland.chesnok.com/drupal/node/92&quot;&gt;Bikes and Geeks Collide&lt;/a&gt;,&lt;a href=&quot;http://barcampportland.chesnok.com/drupal/node/112&quot;&gt; Project Management&lt;/a&gt;, &lt;a href=&quot;http://barcampportland.chesnok.com/drupal/node/7&quot;&gt;My Other Thing&lt;/a&gt;, &lt;a href=&quot;http://barcampportland.chesnok.com/drupal/node/73&quot;&gt;Women in Tech&lt;/a&gt;, and a session at WordCamp.&lt;/p&gt;
&lt;p&gt;I think it&amp;#8217;s finally time to go to sleep. Check out a ton of &lt;a href=&quot;http://www.flickr.com/photos/selenamarie/sets/72157604858432529/&quot;&gt;pictures&lt;/a&gt;. Thanks so much everyone who attended, led sessions and volunteered this weekend! &lt;/p&gt;</description>
	<pubDate>Mon, 05 May 2008 06:23:41 +0000</pubDate>
</item>
<item>
	<title>David Fetter: PostgreSQL Weekly News - May 04 2008</title>
	<guid>http://people.planetpostgresql.org/dfetter/index.php?/archives/171-guid.html</guid>
	<link>http://people.planetpostgresql.org/dfetter/index.php?/archives/171-PostgreSQL-Weekly-News-May-04-2008.html</link>
	<description>&lt;strong&gt;PostgreSQL Weekly News - May 04 2008&lt;/strong&gt;
&lt;br /&gt;

The May commit-fest has begun, and as predicted, is going even more
&lt;br /&gt;
smoothly than March's.
 &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/dfetter/index.php?/archives/171-PostgreSQL-Weekly-News-May-04-2008.html#extended&quot;&gt;Continue reading &quot;PostgreSQL Weekly News - May 04 2008&quot;&lt;/a&gt;</description>
	<pubDate>Mon, 05 May 2008 05:03:01 +0000</pubDate>
</item>
<item>
	<title>Hubert Lubaczewski: Waiting for 8.4 - RETURN QUERY EXECUTE and cursor_tuple_fraction</title>
	<guid>http://www.depesz.com/?p=1199</guid>
	<link>http://www.depesz.com/index.php/2008/05/03/waiting-for-84-return-query-execute-and-cursor_tuple_fraction/</link>
	<description>Today another two new additions to PostgreSQL - as You can see may commit-fest seems to work pretty good  

First change is new functionality in pl/pgsql: RETURN QUERY EXECUTE.
Pavel Stehule, and Tom Lane committed patch which lets You use new command, or to be more specific extend existing command.
&amp;#8220;RETURN QUERY&amp;#8221; was added in PostgreSQL [...]</description>
	<pubDate>Sat, 03 May 2008 12:52:19 +0000</pubDate>
</item>
<item>
	<title>Francisco Figueiredo Jr: VirtualBox is amazing!!! Thank you VirtualBox developers!!</title>
	<guid>tag:blogger.com,1999:blog-15237920.post-993625590895478648</guid>
	<link>http://fxjr.blogspot.com/2008/05/virtualbox-is-amazing-thank-you.html</link>
	<description>Man... I used to cry every time I thought about the beauty VMWare is about virtualization. But now, I have another one to cry for: VirtualBox.&lt;br /&gt;&lt;br /&gt;Why?&lt;br /&gt;&lt;br /&gt;First of all it is OpenSource. Only this is already a motivation by itself.&lt;br /&gt;&lt;br /&gt;Second: It flies!!! I know VMware is very fast, but VirtualBox is a piece of magic. I don't know how to describe it. It is very fast, runs very smoothly and consumes very little resources!! I think there is no need for saying that I'm very excited with VirtualBox, is there? :)&lt;br /&gt;&lt;br /&gt;Third: Starting with 1.6.0 It has support for Seamless integration for GNU/Linux and Solaris guests!!&lt;br /&gt;&lt;br /&gt;Man!! Seamless integration is the next step in the way of virtualization... It is really nice!!&lt;br /&gt;&lt;br /&gt;I'm doing some tests here and it works very well!&lt;br /&gt;&lt;br /&gt;I'd like to thank you VirtualBox developers. And I also would like to say that Sun did a big step in the right direction buying VirtualBox. I hope many more features come and that 1.6 version is just the first of many excellent releases!&lt;br /&gt;&lt;br /&gt;&lt;span&gt;UPDATE:&lt;/span&gt;&lt;br /&gt;P.S.: Please, don't take me wrong. I'm a big fan of VMWare, I even have a 4.x license I bought to be able to compile Npgsql on MS .Net. But now that I have VirtualBox, I think that license will not be used anymore soon.</description>
	<pubDate>Fri, 02 May 2008 21:20:31 +0000</pubDate>
</item>
<item>
	<title>Leo Hsu and Regina Obe: What can PostgreSQL learn from MySQL</title>
	<guid>http://www.postgresonline.com/journal/index.php?/archives/48-guid.html</guid>
	<link>http://www.postgresonline.com/journal/index.php?/archives/48-What-can-PostgreSQL-learn-from-MySQL.html</link>
	<description>&lt;p&gt;There has been a lot of talk lately about PostgreSQL and what MySQL can learn from the PostgreSQL clan.  We would like to look at the reverse of that.
This article is a bit of a complement
to Joshua Drake's &lt;a href=&quot;http://www.commandprompt.com/blogs/joshua_drake/2008/04/what_mysql_and_really_sun_can_learn_from_postgresql/&quot; target=&quot;_blank&quot;&gt;What MySQL (and really, Sun) can learn from PostgreSQL&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;First of all a lot of staunch advocates of PostgreSQL wonder what exactly
is it that MySQLers see in that beast of a database 
or as Martin Mickos likes to call it &lt;a href=&quot;http://www.eweek.com/c/a/Database/CEO-Calls-MySQLs-the-Ferrari-of-Databases/&quot; target=&quot;_blank&quot;&gt;The Ferrari of databases&lt;/a&gt;?
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/index.php?/archives/48-What-can-PostgreSQL-learn-from-MySQL.html#extended&quot;&gt;Continue reading &quot;What can PostgreSQL learn from MySQL&quot;&lt;/a&gt;</description>
	<pubDate>Fri, 02 May 2008 20:16:24 +0000</pubDate>
</item>
<item>
	<title>Francisco Figueiredo Jr: Looking for accommodation tips at Ottawa, Canada</title>
	<guid>tag:blogger.com,1999:blog-15237920.post-3109245041281266758</guid>
	<link>http://fxjr.blogspot.com/2008/04/looking-for-accommodation-tips-at.html</link>
	<description>Hi all!&lt;br /&gt;&lt;br /&gt;I'm right now looking for accommodations in Ottawa, Canada. I'm going to do &lt;a href=&quot;http://www.pgcon.org/2008/schedule/events/66.en.html&quot;&gt;a presentation about Npgsql at PGCon2008&lt;/a&gt; and as I never went to Ottawa I don't know of any good place to stay. If you have any tips about cheap hotels, hostels or anything , please, let me know.&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Update&lt;/span&gt;: I'd really really thank you all of those who gave me tips about places in Ottawa. I already did my reservation and hope to see you there at PGCon2008!!</description>
	<pubDate>Fri, 02 May 2008 20:54:25 +0000</pubDate>
</item>
<item>
	<title>Neil Conway: 2 May 2008</title>
	<guid>http://www.advogato.org/person/nconway/diary.html?start=56</guid>
	<link>http://www.advogato.org/person/nconway/diary.html?start=56</link>
	<description>&lt;b&gt;SciDBMS&lt;/b&gt;

&lt;p&gt; I noticed that the &lt;a href=&quot;http://xldb.slac.stanford.edu/download/attachments/4784226/sciDB2008_report.pdf&quot;&gt;final
report&lt;/a&gt; from the &lt;a href=&quot;http://confluence.slac.stanford.edu/display/XLDB/Science+-+DB+Research+Meeting&quot;&gt;Science
Database Research Meeting&lt;/a&gt; was released a little while
ago. Worth reading if you're interested in how database
technology can be applied to managing scientific data
&amp;mdash; they have some interesting ideas about both what
problems need to be solved, but also how to develop those
solutions into a product that scientists can use (via both
an open source project and a startup company).&lt;/p&gt;</description>
	<pubDate>Fri, 02 May 2008 18:00:40 +0000</pubDate>
</item>
<item>
	<title>Hubert Lubaczewski: Waiting for 8.4 - \o and \d+ in psql</title>
	<guid>http://www.depesz.com/?p=1198</guid>
	<link>http://www.depesz.com/index.php/2008/05/02/waiting-for-84-o-and-d-in-psql/</link>
	<description>Today, we have 2 new changes in psql. One of them is not actually new feature, but I decided to write about it anyway, because of its implications.

First (which was actually committed second), is patch from Dickson S. Guedes, committed by Heikki Linnakangas
Commit message was quite small, but it does explain what the new code [...]</description>
	<pubDate>Fri, 02 May 2008 15:41:51 +0000</pubDate>
</item>
<item>
	<title>Joshua Drake: PostgreSQL 04/24/08 thru 05/01/08</title>
	<guid>http://www.commandprompt.com/blogs/joshua_drake/2008/05/postgresql_042408_thru_050108/</guid>
	<link>http://www.commandprompt.com/blogs/joshua_drake/2008/05/postgresql_042408_thru_050108/</link>
	<description>As I digg and slashdot my way through the weary set of tubes that connects us all, I have stumbled across a number of interesting (good and bad) posts in the last week. The first of which comes from our friends doing &lt;a href=&quot;http://railsforum.com/viewtopic.php?pid=61157#61157&quot;&gt;Ruby on Rails development&lt;/a&gt;.</description>
	<pubDate>Thu, 01 May 2008 19:23:28 +0000</pubDate>
</item>
<item>
	<title>Hubert Lubaczewski: Waiting for 8.4 - generate_subscripts</title>
	<guid>http://www.depesz.com/?p=1196</guid>
	<link>http://www.depesz.com/index.php/2008/04/29/waiting-for-84-generate_subscripts/</link>
	<description>Yesterday, Alvaro Herrera committed patch written by Pavel Stehule which adds generate_subscripts(&amp;#8230;) function.

Commit message:
Add generate_subscripts, a series-generation function which generates an
array's subscripts.
Pavel Stehule, some editorialization by me.
This function is basically nicer way to iterate over array elements.
For example, to convert array of integers to record set with these integers You would have to do something [...]</description>
	<pubDate>Tue, 29 Apr 2008 12:32:03 +0000</pubDate>
</item>
<item>
	<title>Andrew Dunstan: Fun with encoding</title>
	<guid>http://people.planetpostgresql.org/andrew/index.php?/archives/25-guid.html</guid>
	<link>http://people.planetpostgresql.org/andrew/index.php?/archives/25-Fun-with-encoding.html</link>
	<description>I did quite a bit of work for 8.3  on closing holes that allowed improperly encoded data into the database, so it's now quite hard, if not impossible, to get Postgres to store invalidly encoded text data. However, I've never had to deal with that much in real life until today - luckily all my clients and work assignments have used encodings where that wasn't an issue. Today, on the other hand, my new client gave me a database dump to deal with that is in UTF8 and contains invalid data (the client currently uses 8.1.x - part of my job will be to get them to 8.3). &quot;Just use iconv to remove the bad data'&quot; the client told me.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, this doesn't quite work.&lt;br /&gt;
&lt;br /&gt;
Iconv will remove byte sequences that don't obey the UTF8 sequence rules. The problem is, that's not enough to ensure that the sequence actually designates an actual UTF8 character. I found the following sequence left by iconv that Postgres quite rightly refused to allow: 0xf7b09280. I have no idea what it's meant to be. I suspect some client program simply took some input bytes and escaped it regardless of sanity. To understand why this is not valid, see the third table here: &lt;a href=&quot;http://en.wikipedia.org/wiki/UTF-8#Description&quot; title=&quot;Wikipedia&quot;&gt;http://en.wikipedia.org/wiki/UTF-8#Description&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
So, if iconv leaves some bad stuff, how can I get rid of it? Enter the admin's Swiss Army chainsaw: Perl. A little experimentation found that this would work:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
  perl -spi.bak -e 's/[\xf5-\xff\xc0\xc1][\x80-\xbf]*//g' output-from-iconv &lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
The resulting file loaded without error. So now I can go to work on solving the client's real problem &lt;img src=&quot;http://people.planetpostgresql.org/andrew/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;</description>
	<pubDate>Mon, 28 Apr 2008 20:32:16 +0000</pubDate>
</item>
<item>
	<title>Josh Berkus: Where to post a PostgreSQL Job</title>
	<guid>http://rss.ittoolbox.com/rss/24039@http://blogs.ittoolbox.com/database/soup</guid>
	<link>http://networking.ittoolbox.com/r/rss.asp?url=http://blogs.ittoolbox.com/database/soup/archives/where-to-post-a-postgresql-job-24039</link>
	<description>I often get questions from PostgreSQL employers about where they should post jobs to hire a PostgreSQL DBA, designer or hacker.  Here's some advice.</description>
	<pubDate>Mon, 28 Apr 2008 14:21:52 +0000</pubDate>
</item>
<item>
	<title>Leo Hsu and Regina Obe: How to calculate Running Totals and Sums in SQL</title>
	<guid>http://www.postgresonline.com/journal/index.php?/archives/47-guid.html</guid>
	<link>http://www.postgresonline.com/journal/index.php?/archives/47-How-to-calculate-Running-Totals-and-Sums-in-SQL.html</link>
	<description>&lt;p&gt;People have asked us how to calculate running totals a number of times; not a lot but enough that we feel we should document the general technique.
This approach is fairly ANSI-SQL standard and involves using SELF JOINS.  In a later article we shall describe how to calculate moving averages which 
follows a similar technique but with some extra twists.
&lt;/p&gt;
&lt;p&gt;Note that the below examples can also be done with a correlated sub-select in the SELECT clause and in some cases that sometimes works better.  Perhaps
we shall show that approach in a later issue.  
We tend to prefer the look of the SELF JOIN though and in practice it is generally more efficient since its easier for planners to optimize and doesn't always result in a nested loop strategy.  
Just feels a little cleaner and if you are totaling a lot of columns (e.g number of items, products) etc,
much more efficient.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/index.php?/archives/47-How-to-calculate-Running-Totals-and-Sums-in-SQL.html#extended&quot;&gt;Continue reading &quot;How to calculate Running Totals and Sums in SQL&quot;&lt;/a&gt;</description>
	<pubDate>Mon, 28 Apr 2008 07:49:00 +0000</pubDate>
</item>
<item>
	<title>David Fetter: PostgreSQL Weekly News - April 27 2008</title>
	<guid>http://people.planetpostgresql.org/dfetter/index.php?/archives/170-guid.html</guid>
	<link>http://people.planetpostgresql.org/dfetter/index.php?/archives/170-PostgreSQL-Weekly-News-April-27-2008.html</link>
	<description>&lt;strong&gt;PostgreSQL Weekly News - April 27 2008&lt;/strong&gt;
&lt;br /&gt;

Simon Riggs proposed a way of implementing MERGE.  Discussion is
&lt;br /&gt;
on-going.
&lt;br /&gt;

 &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/dfetter/index.php?/archives/170-PostgreSQL-Weekly-News-April-27-2008.html#extended&quot;&gt;Continue reading &quot;PostgreSQL Weekly News - April 27 2008&quot;&lt;/a&gt;</description>
	<pubDate>Mon, 28 Apr 2008 05:53:04 +0000</pubDate>
</item>
<item>
	<title>Leo Hsu and Regina Obe: Setting up PostgreSQL as a Linked Server in Microsoft SQL Server 64-bit</title>
	<guid>http://www.postgresonline.com/journal/index.php?/archives/46-guid.html</guid>
	<link>http://www.postgresonline.com/journal/index.php?/archives/46-Setting-up-PostgreSQL-as-a-Linked-Server-in-Microsoft-SQL-Server-64-bit.html</link>
	<description>&lt;p&gt;We would like to thank Jeff Crumbley of IILogistics for providing many of these steps 
and informing us that Microsoft has finally released a
64-bit OLEDB for ODBC driver.
&lt;/p&gt;

&lt;p&gt;For those who have not experienced the torture of this situation - let me start with a little background.  
First if you are running SQL Server 2005 32-bit and wished to create a linked server to a PostgreSQL server, everything is hunky dory.  If
however you had a SQL Server 2005 64-bit server, you ran into 2 very annoying obstacles.  

&lt;ol&gt;&lt;li&gt;&lt;b&gt;Obstacle 1:&lt;/b&gt; There for a long-time was no 64-bit ODBC driver nor native driver for PostgreSQL.  This obstacle was somewhat alleviated
when Fuurin Kazanbai made experimental compiled 64-bit PostgreSQL ODBC drivers available which work for AMD and Intel based processors.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Obstacle 2:&lt;/b&gt; All looked good in the world until you tried this in SQL Server 2005 64-bit and low and behold - you needed a 64-bit OLEDB provider 
for ODBC to use it in SQL Server 2005 64-bit.  Yes we waited patiently for years for this piece to be available.  We still love you Microsoft.
Then as Jeff Crumbley pointed out - Microsoft released an OLEDB 64-bit provider for ODBC in early April 2008.&lt;/li&gt;
&lt;/ol&gt;

&lt;/p&gt;  &lt;br /&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/index.php?/archives/46-Setting-up-PostgreSQL-as-a-Linked-Server-in-Microsoft-SQL-Server-64-bit.html#extended&quot;&gt;Continue reading &quot;Setting up PostgreSQL as a Linked Server in Microsoft SQL Server 64-bit&quot;&lt;/a&gt;</description>
	<pubDate>Fri, 25 Apr 2008 05:28:00 +0000</pubDate>
</item>
<item>
	<title>Peter Eisentraut: The wiki is great!</title>
	<guid>http://people.planetpostgresql.org/peter/index.php?/archives/22-guid.html</guid>
	<link>http://people.planetpostgresql.org/peter/index.php?/archives/22-The-wiki-is-great!.html</link>
	<description>Well, I asked for a wiki almost three years ago, but it is finally here in official capacity.  Thanks!  In the few weeks of its existence, we have already seen great progress in documenting many development issues that were previously undocumented or hidden in strange places.  I have started to keep my personal notes and todo items, which were previously spread around various files and pieces of papers, under User:Petere.&lt;br /&gt;
&lt;br /&gt;
I have been observing the wikification in the Debian project for a few years now.  I expect that in the near future, all of the contents relevant to developers will have migrated from the main web site to the wiki.</description>
	<pubDate>Thu, 24 Apr 2008 23:16:06 +0000</pubDate>
</item>
<item>
	<title>Peter Eisentraut: A Sporty PGCon!</title>
	<guid>http://people.planetpostgresql.org/peter/index.php?/archives/21-guid.html</guid>
	<link>http://people.planetpostgresql.org/peter/index.php?/archives/21-A-Sporty-PGCon!.html</link>
	<description>I have signed up for the &lt;a href=&quot;http://www.ncm.ca/&quot;&gt;Ottawa Marathon&lt;/a&gt; on the weekend after PGCon.  If anyone is still around on the Sunday, join me on or at the side of the track.</description>
	<pubDate>Thu, 24 Apr 2008 23:09:21 +0000</pubDate>
</item>
<item>
	<title>Leo Hsu and Regina Obe: An Almost Idiot's Guide to PostgreSQL YUM</title>
	<guid>http://www.postgresonline.com/journal/index.php?/archives/45-guid.html</guid>
	<link>http://www.postgresonline.com/journal/index.php?/archives/45-An-Almost-Idiots-Guide-to-PostgreSQL-YUM.html</link>
	<description>&lt;p&gt;First we'd like to thank Devrim of &lt;a href=&quot;http://www.commandprompt.com&quot; target=&quot;_blank&quot;&gt;Command Prompt&lt;/a&gt; for working hard on making this new YUM repository available.  In this article we will go over using the new PostgreSQL YUM repository for Redhat Fedora, Enterprise Linux and CentOS distros that is available at &lt;a href=&quot;http://yum.pgsqlrpms.org/&quot; target=&quot;_blank&quot;&gt;http://yum.pgsqlrpms.org/&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;We are gearing the content of this article to the described user profile
	&lt;ul&gt;
		&lt;li&gt;Person has SSH root access to their PostgreSQL box&lt;/li&gt;
		&lt;li&gt;Person is new to using Red Hat Linux&lt;/li&gt;
		&lt;li&gt;Person may be new to using Linux in general&lt;/li&gt;
	&lt;/ul&gt;
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/index.php?/archives/45-An-Almost-Idiots-Guide-to-PostgreSQL-YUM.html#extended&quot;&gt;Continue reading &quot;An Almost Idiot's Guide to PostgreSQL YUM&quot;&lt;/a&gt;</description>
	<pubDate>Thu, 24 Apr 2008 07:30:42 +0000</pubDate>
</item>
<item>
	<title>Robert Treat: getddl now available</title>
	<guid>http://people.planetpostgresql.org/xzilla/index.php?/archives/341-guid.html</guid>
	<link>http://people.planetpostgresql.org/xzilla/index.php?/archives/341-getddl-now-available.html</link>
	<description>One common discussion we see on the postgresql mailing lists is that of how to track changes and do versioning of schema within a database. One of the common solutions offered is the idea of grabbing schema from the system catalogs, writing it to a file, and then committing that to &lt;a href=&quot;http://people.planetpostgresql.org/xzilla/exit.php?url_id=2927&amp;amp;entry_id=341&quot; title=&quot;http://en.wikipedia.org/wiki/Subversion_(software)&quot;&gt;svn&lt;/a&gt;. In theory you could write an elegant tool for such a task, but given the number of times someone has asked me to send them a copy of the script we use at &lt;a href=&quot;http://people.planetpostgresql.org/xzilla/exit.php?url_id=2928&amp;amp;entry_id=341&quot; title=&quot;http://omniti.com/does&quot;&gt;OmniTI&lt;/a&gt;, I'm guess that even the hacky script we use will probably be helpful. To that end, I've finally gone ahead and put a public copy of our getddl tool up on &lt;a href=&quot;http://people.planetpostgresql.org/xzilla/exit.php?url_id=2929&amp;amp;entry_id=341&quot; title=&quot;https://labs.omniti.com/&quot;&gt;labs&lt;/a&gt;. Be aware that the script has some issues; I've include a TODO of some items that I'd like to see improved, but it meets our current needs, so you're better off writing patches than waiting for a new release (;-)), but hopefully it will still be of some value. &lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;&lt;a href=&quot;http://people.planetpostgresql.org/xzilla/exit.php?url_id=2930&amp;amp;entry_id=341&quot; title=&quot;https://labs.omniti.com/trac/pgsoltools/wiki/getddl&quot;&gt;Getddl Project Page&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;&lt;a href=&quot;http://people.planetpostgresql.org/xzilla/exit.php?url_id=2931&amp;amp;entry_id=341&quot; title=&quot;https://labs.omniti.com/trac/pgsoltools/browser/trunk/getddl&quot;&gt;getddl.pl script&lt;/a&gt;&lt;/li&gt; &lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;</description>
	<pubDate>Wed, 23 Apr 2008 22:16:37 +0000</pubDate>
</item>
<item>
	<title>Francisco Figueiredo Jr: Back from FISL 9.0!</title>
	<guid>tag:blogger.com,1999:blog-15237920.post-7118482059787887134</guid>
	<link>http://fxjr.blogspot.com/2008/04/back-from-fisl-90.html</link>
	<description>Hi all!&lt;br /&gt;&lt;br /&gt;FISL 9.0 was very, very nice!! I enjoyed very much to be able to talk to so many people about FLOSS!&lt;br /&gt;&lt;br /&gt;I had the great pleasure to meet Josh Berkus and David Fetter! I took a picture with Josh I will post here later.  Josh is a very nice person! I enjoyed very much to be able to talk to him. Unfortunately I talked almost nothing with David Fetter. I hope when I'm at PGCon I can talk to him a little bit more :)&lt;br /&gt;&lt;br /&gt;I also met for the first time Everaldo Canuto on this presentation about Mono. It was very funny. Suddenly on his presentation, Everaldo stops and asks: &quot;Is Francisco here?&quot; After I put my hand up, he asks again: &quot;Are you the Francisco I'm thinking you are?&quot; and everybody started to laugh... :)&lt;br /&gt;Anyway, Everaldo is a very funny person. He has a very particular way of doing presentations...&lt;br /&gt;&lt;br /&gt;I also found my old friend Alessandro Binhara! I didn't know he would be there! It was a very nice surprise. We talked a little bit but unfortunately he said he wouldn't be able to stay much time there. :( I hope we can talk more later on another opportunity.&lt;br /&gt;&lt;br /&gt;That's all for while. I will post some pictures I took at FISL later when I transfer them to my computer.&lt;br /&gt;&lt;br /&gt;Stay tuned.</description>
	<pubDate>Wed, 23 Apr 2008 21:55:27 +0000</pubDate>
</item>
<item>
	<title>Joshua Drake: Is that performance I smell? Ext2 vs Ext3 on 50 spindles, testing for PostgreSQL</title>
	<guid>http://www.commandprompt.com/blogs/joshua_drake/2008/04/is_that_performance_i_smell_ext2_vs_ext3_on_50_spindles_testing_for_postgresql/</guid>
	<link>http://www.commandprompt.com/blogs/joshua_drake/2008/04/is_that_performance_i_smell_ext2_vs_ext3_on_50_spindles_testing_for_postgresql/</link>
	<description>There are few things I like better than when a customer says to the team, &quot;I want the best machine I can buy for XXX dollars&quot;. It inspires a certain sense of joy not unlike the feeling an average Slashdot reader gets when they walk into the local gadget store.
It is particularly special because you know as much as you &lt;strong&gt;could&lt;/strong&gt; make use of such a machine, you &lt;strong&gt;know&lt;/strong&gt; you would never justify the expense.</description>
	<pubDate>Wed, 23 Apr 2008 17:31:07 +0000</pubDate>
</item>
<item>
	<title>Selena Deckelmann: Roadtrip to LinuxFest NW with PostgreSQL!</title>
	<guid>http://www.chesnok.com/daily/2008/04/22/roadtrip-to-linuxfest-nw-with-postgresql/</guid>
	<link>http://www.chesnok.com/daily/2008/04/22/roadtrip-to-linuxfest-nw-with-postgresql/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://linuxfestnorthwest.org&quot;&gt;&lt;img align=&quot;left&quot; src=&quot;http://www.chesnok.com/daily/wp-content/uploads/2008/04/lfnw2008-120x600.gif&quot; height=&quot;150px&quot; alt=&quot;lfnw&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://pugs.postgresql.org/pdx&quot;&gt;PDXPUG&lt;/a&gt; and &lt;a href=&quot;http://postgresql.us&quot;&gt;USPgA&lt;/a&gt; are headed to LinuxFest NW in Bellingham, WA this weekend. We have a booth we&amp;#8217;ll be staffing 9:30AM-5:00PM Saturday and 9:30AM-4:00PM Sunday. Mark Wong will be presenting &lt;a href=&quot;http://ptop.projects.postgresql.org&quot;&gt;ptop&lt;/a&gt; Saturday April 26th, at 10am in room Haskell-111. Don&amp;#8217;t miss it!&lt;/p&gt;
&lt;p&gt;Seems like a &lt;a href=&quot;http://blug.org/fest2008/schedule.dxp&quot;&gt;great lineup&lt;/a&gt; this year - tons of Drupal, how to use open source in your business, and ROBOTS!&lt;/p&gt;
&lt;p&gt;Come meet us and find out more about PostgreSQL.&lt;/p&gt;</description>
	<pubDate>Tue, 22 Apr 2008 17:37:50 +0000</pubDate>
</item>
<item>
	<title>Hubert Lubaczewski: Polish TSearch in 8.3 (polski tsearch w postgresie 8.3)</title>
	<guid>http://www.depesz.com/?p=1195</guid>
	<link>http://www.depesz.com/index.php/2008/04/22/polish-tsearch-in-83-polski-tsearch-w-postgresie-83/</link>
	<description>English disclaimer: this post will be in Polish only, as it&amp;#8217;s use for other nationalities is somehow limited  

jakiś czas temu pisałem jak skonfigurować polskiego tsearcha pod postgresem 8.2.
od tamtej pory trochę się zmieniło, pojawił się 8.3, w którym tsearch jest wbudowany w bazowego postgresa, więc instalacja jest prostsza.
zakładam, że postgres jest skonfigurowany tak [...]</description>
	<pubDate>Tue, 22 Apr 2008 16:30:44 +0000</pubDate>
</item>
<item>
	<title>Bruce Momjian: First 8.4 Commit-Fest Done</title>
	<guid>http://momjian.us/main/blogs/pgblog.html#April_22_2008</guid>
	<link>http://momjian.us/main/blogs/pgblog.html#April_22_2008</link>
	<description>&lt;p&gt;We finished our first 8.4 commit-fest a few weeks ago, and it was a painful process.  The commit-fest represented ten
months of outstanding patches and feature ideas.
&lt;/p&gt;
&lt;p&gt;Moving forward, the new idea is to track items using a
&lt;a href=&quot;http://wiki.postgresql.org/wiki/Development_information&quot;&gt;wiki&lt;/a&gt; that can be updated by anyone.  More importantly, it
looks like our developers are getting back into the habit of reviewing patches so many patches are being dealt with
&lt;u&gt;before&lt;/u&gt; the next commit-fest in May.
&lt;/p&gt;
&lt;div class=&quot;js-kit-comments&quot; label=&quot;Comment&quot;&gt;&lt;/div&gt;</description>
	<pubDate>Tue, 22 Apr 2008 04:00:00 +0000</pubDate>
</item>
<item>
	<title>Robert Treat: Plane tickets booked for PGCon</title>
	<guid>http://people.planetpostgresql.org/xzilla/index.php?/archives/340-guid.html</guid>
	<link>http://people.planetpostgresql.org/xzilla/index.php?/archives/340-Plane-tickets-booked-for-PGCon.html</link>
	<description>Well, I booked my tickets this morning for &lt;a href=&quot;http://people.planetpostgresql.org/xzilla/exit.php?url_id=2922&amp;amp;entry_id=340&quot; title=&quot;http://www.pgcon.org/&quot;&gt;PGCon 2008&lt;/a&gt;. Against my better judgement, I've booked tickets through &lt;a href=&quot;http://people.planetpostgresql.org/xzilla/exit.php?url_id=2923&amp;amp;entry_id=340&quot; title=&quot;http://www.metwashairports.com/Dulles/index.html&quot;&gt;Dulles&lt;/a&gt;, an airport which I really do not like, but which offers direct flights to Ottowa, something I can't get from &lt;a href=&quot;http://people.planetpostgresql.org/xzilla/exit.php?url_id=2924&amp;amp;entry_id=340&quot; title=&quot;http://www.bwiairport.com/&quot;&gt;BWI&lt;/a&gt; (Although BWI did offer a connecting flight through Atlanta...). I'll be arriving Monday night if anyone is in town that early, if not guess I will have time to work on &lt;a href=&quot;http://people.planetpostgresql.org/xzilla/exit.php?url_id=2925&amp;amp;entry_id=340&quot; title=&quot;http://www.pgcon.org/2008/schedule/events/97.en.html&quot;&gt;my slides&lt;/a&gt;. &lt;br /&gt;
&lt;br /&gt;
On an administrative note, the lightning talks are looking good, we'll have talks from guys named Greg, Robert, and Gavin, just to name a few. I do have 1 or 2 slots that I could squeeze someone into if your interested; I'd really like to see a quick talk on PostgreSQL use in other open source ecosystems.  &lt;br /&gt;
&lt;br /&gt;
One last thing, Dan showed me the nifty &lt;a href=&quot;http://people.planetpostgresql.org/xzilla/exit.php?url=aHR0cDovL21hcHMuZ29vZ2xlLmNhL21hcHMvbXM/Zj1xJmhsPWVuJmdlb2NvZGU9JmllPVVURjgmdD1oJm1zYT0wJm1zaWQ9MTE1Mzc2MTE5NDAzMTA2MDg5NDg5LjAwMDQ0N2M5OGNiMGEwOTk4MmRlNSZsbD00NS40MjI3MjUsLTc1LjY4MDkwOSZzcG49MC4wMDUxODgsMC4wMTQyNDgmej0xNw==&amp;amp;entry_id=340&quot; title=&quot;http://maps.google.ca/maps/ms?f=q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;ie=UTF8&amp;amp;t=h&amp;amp;msa=0&amp;amp;msid=115376119403106089489.000447c98cb0a09982de5&amp;amp;ll=45.422725,-75.680909&amp;amp;spn=0.005188,0.014248&amp;amp;z=17&quot;&gt;conference map&lt;/a&gt; with pointers to all the things around the conference, if you haven't seen it you'll want to bookmark for the upcoming trip. See you soon!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
	<pubDate>Tue, 22 Apr 2008 02:59:12 +0000</pubDate>
</item>
<item>
	<title>David Fetter: PostgreSQL Weekly News - April 20 2008</title>
	<guid>http://people.planetpostgresql.org/dfetter/index.php?/archives/169-guid.html</guid>
	<link>http://people.planetpostgresql.org/dfetter/index.php?/archives/169-PostgreSQL-Weekly-News-April-20-2008.html</link>
	<description>&lt;strong&gt;PostgreSQL Weekly News - April 20 2008&lt;/strong&gt;
&lt;br /&gt;

Many patches have been arriving on the -patches list.
&lt;br /&gt;

The PostgreSQL booth at FISL was another success, this time with a new
&lt;br /&gt;
training outfit, new faces staffing, and some tragedy at the end.
&lt;br /&gt;
FISL had almost 7500 participants this year, making it the world's
&lt;br /&gt;
largest FLOSS conference.
 &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/dfetter/index.php?/archives/169-PostgreSQL-Weekly-News-April-20-2008.html#extended&quot;&gt;Continue reading &quot;PostgreSQL Weekly News - April 20 2008&quot;&lt;/a&gt;</description>
	<pubDate>Mon, 21 Apr 2008 04:34:46 +0000</pubDate>
</item>
<item>
	<title>Gavin M. Roy: Follow-up on PDO and libpq Bug</title>
	<guid>tag:www.gavinroy.com,2008-04-19:456</guid>
	<link>http://www.gavinroy.com/2008/4/19/followup-on-pdo-and-libpq-bug</link>
	<description>&lt;p&gt; &lt;a href=&quot;http://www.gavinroy.com/2008/2/3/php-5-2-x-pdo-libpq-bug&quot;&gt;A while back i blogged about a bug with PDO and prepared statements.&lt;/a&gt; After digging a little it appears that as of libpq.so.4 (PostgreSQL 8.0 tree) native prepared statement support was added.  If PDO detects you have libpq.so.4 at compile time it will use the libpq prepare instead of its own internal prepare.  What then happens is random prepared statements fail with heavy use.  Again the only way around this right now is to use libpq.so.3 from PostgreSQL 7.4.  Now to figure out who to bug about it.  I have a feeling the PDO folks will point to libpq and the libpq maintainers will point to PDO.&lt;/p&gt;</description>
	<pubDate>Sat, 19 Apr 2008 01:47:48 +0000</pubDate>
</item>
<item>
	<title>US PostgreSQL Association: Truviso contributes PostgreSQL Enhancements to Open Source Community</title>
	<guid>http://www.postgresql.us/8 at http://www.postgresql.us</guid>
	<link>http://www.postgresql.us/node/8</link>
	<description>&lt;p&gt;Truviso announced today that they were open sourcing some great work that Alvaro Herrera of Command Prompt Inc., has been working on. You can get the high-level details from this press release published in Forbes Magazine: &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://moourl.com/truvisoPgsql&quot; title=&quot;http://moourl.com/truvisoPgsql&quot;&gt;http://moourl.com/truvisoPgsql&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you're interested in what's happening in the code, you can find a message from Alvaro here: &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://archives.postgresql.org/message-id/20080325202645.GA15520%40alvh.no-ip.org&quot; title=&quot;http://archives.postgresql.org/message-id/20080325202645.GA15520%40alvh.no-ip.org&quot;&gt;http://archives.postgresql.org/message-id/20080325202645.GA15520%40alvh....&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And the patches themselves (in their current form) are here: &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://archives.postgresql.org/pgsql-patches/2008-03/msg00394.php&quot; title=&quot;http://archives.postgresql.org/pgsql-patches/2008-03/msg00394.php&quot;&gt;http://archives.postgresql.org/pgsql-patches/2008-03/msg00394.php&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://archives.postgresql.org/pgsql-patches/2008-04/msg00190.php&quot; title=&quot;http://archives.postgresql.org/pgsql-patches/2008-04/msg00190.php&quot;&gt;http://archives.postgresql.org/pgsql-patches/2008-04/msg00190.php&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://archives.postgresql.org/pgsql-patches/2008-03/msg00245.php&quot; title=&quot;http://archives.postgresql.org/pgsql-patches/2008-03/msg00245.php&quot;&gt;http://archives.postgresql.org/pgsql-patches/2008-03/msg00245.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;From Alvaro today: &lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
&quot;All in all, I expect to be able to remove dead rows created by&lt;br /&gt;
transactions that are no longer in progress, but which started more&lt;br /&gt;
recently than some currently-open long-running transaction.&quot;
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Great work, and we're all looking forward to the finished product, sometime in early 2009.&lt;/p&gt;</description>
	<pubDate>Fri, 18 Apr 2008 21:30:04 +0000</pubDate>
</item>
<item>
	<title>Joshua Drake: In the news again today :)... but for something technical</title>
	<guid>http://www.commandprompt.com/blogs/joshua_drake/2008/04/in_the_news_again_today__but_for_something_technical/</guid>
	<link>http://www.commandprompt.com/blogs/joshua_drake/2008/04/in_the_news_again_today__but_for_something_technical/</link>
	<description>Command Prompt made news today at the grace of our very good partners in the PostgreSQL Community, &lt;a href=&quot;http://www.truviso.com/&quot;&gt;Truviso&lt;/a&gt;. We are working with Truviso to implement some very cool vacuum features that will help with long running transactions.</description>
	<pubDate>Fri, 18 Apr 2008 20:54:25 +0000</pubDate>
</item>
<item>
	<title>Joshua Drake: Additional comments about my talk at MySQLCon</title>
	<guid>http://www.commandprompt.com/blogs/joshua_drake/2008/04/additional_comments_about_my_talk_at_mysqlcon/</guid>
	<link>http://www.commandprompt.com/blogs/joshua_drake/2008/04/additional_comments_about_my_talk_at_mysqlcon/</link>
	<description>Colin Charles blogged about &lt;a href=&quot;http://www.bytebot.net/blog/archives/2008/04/17/what-mysql-can-learn-from-postgresql&quot;&gt;my talk at MySQLCon&lt;/a&gt;. I wanted to clear a few things up that he mentioned.

I noted in my talk:

EnterpriseDB is the opposite, they’re closing up more and more.

I spoke with Bob Zurek who is the CTO of EnterpriseDB. I was not correct in my EnterpriseDB comment. My reference came &lt;a href=&quot;http://www.enterprisedb.com/products/postgres_plus_as.do&quot;&gt;from this page&lt;/a&gt; which is very difficult to tell which is Open Source and which is not. I still think they would benefit more if they would be to just open everything.</description>
	<pubDate>Fri, 18 Apr 2008 17:27:47 +0000</pubDate>
</item>
<item>
	<title>Josh Berkus: See, we really don't hate each other.</title>
	<guid>http://rss.ittoolbox.com/rss/23870@http://blogs.ittoolbox.com/database/soup</guid>
	<link>http://networking.ittoolbox.com/r/rss.asp?url=http://blogs.ittoolbox.com/database/soup/archives/see-we-really-dont-hate-each-other-23870</link>
	<description>Proving that, in this new age, old rivalries are largely forgotten, MySQL just gave PostgreSQL one of their Google Summer of Code slots.  Thanks, guys!</description>
	<pubDate>Fri, 18 Apr 2008 15:41:31 +0000</pubDate>
</item>
<item>
	<title>Magnus Hagander: A new MySQL gotcha</title>
	<guid>http://people.planetpostgresql.org/mha/index.php?/archives/169-guid.html</guid>
	<link>http://people.planetpostgresql.org/mha/index.php?/archives/169-A-new-MySQL-gotcha.html</link>
	<description>At least it's new for me, and it's not on &lt;a href=&quot;http://people.planetpostgresql.org/mha/exit.php?url_id=290&amp;amp;entry_id=169&quot; title=&quot;http://sql-info.de/mysql/gotchas.html&quot;&gt;the list&lt;/a&gt;. Bugged a colleague of mine today, and we were both very surprised for a while until we figured it out. Ok, it's not very complex, but the deal was that:&lt;br /&gt;
&lt;code&gt;SELECT CAST(1 as CHAR)&lt;/code&gt;&lt;br /&gt;
works, but&lt;br /&gt;
&lt;code&gt;SELECT CAST (1 as CHAR)&lt;/code&gt;&lt;br /&gt;
does not (syntax error!)&lt;br /&gt;
&lt;br /&gt;
Now, CAST is already &lt;a href=&quot;http://people.planetpostgresql.org/mha/exit.php?url_id=291&amp;amp;entry_id=169&quot; title=&quot;http://dev.mysql.com/doc/refman/5.1/en/cast-functions.html&quot;&gt;horribly limited&lt;/a&gt; in MySQL (who came up with the idea that you shouldn't be able to cast to all available types if it's reasonable to do the conversion?! Like from int to text...), but this is just too much. Since when does whitespace before a parenthesis matter in SQL?! Sheesh...&lt;br /&gt;
&lt;br /&gt;
Yet another reason to prefer PostgreSQL...</description>
	<pubDate>Fri, 18 Apr 2008 14:17:18 +0000</pubDate>
</item>
<item>
	<title>Hubert Lubaczewski: Waiting for 8.4 - “EXPLAIN VERBOSE”</title>
	<guid>http://www.depesz.com/?p=1194</guid>
	<link>http://www.depesz.com/index.php/2008/04/18/waiting-for-84-explain-verbose/</link>
	<description>Tom Lane committed his patch which modifies output of &amp;#8220;EXPLAIN VERBOSE&amp;#8221; command.

Log message:
Cause EXPLAIN's VERBOSE option to print the target list (output column list)
of each plan node, instead of its former behavior of dumping the internal
representation of the plan tree.  The latter display is still available for
those who really want it (see debug_print_plan), but [...]</description>
	<pubDate>Fri, 18 Apr 2008 12:11:30 +0000</pubDate>
</item>
<item>
	<title>Francisco Figueiredo Jr: FISL 9.0</title>
	<guid>tag:blogger.com,1999:blog-15237920.post-1072541624343185243</guid>
	<link>http://fxjr.blogspot.com/2008/04/fisl-90.html</link>
	<description>Hi, all!!&lt;br /&gt;&lt;br /&gt;I'm right now at FISL (&lt;a href=&quot;http://fisl.softwarelivre.org&quot;&gt;Fórum Internacional de Software Livre&lt;/a&gt;) 9.0 at Porto Alegre - RS - Brazil!&lt;br /&gt;&lt;br /&gt;FISL is an annual conference about FOSS where we have a very nice opportunity to talk to many people about  FOSS.&lt;br /&gt;&lt;br /&gt;I will post more info about FISL later in another post.</description>
	<pubDate>Fri, 18 Apr 2008 11:22:45 +0000</pubDate>
</item>
<item>
	<title>Leo Hsu and Regina Obe: Using DbLink to access other PostgreSQL Databases and Servers</title>
	<guid>http://www.postgresonline.com/journal/index.php?/archives/44-guid.html</guid>
	<link>http://www.postgresonline.com/journal/index.php?/archives/44-Using-DbLink-to-access-other-PostgreSQL-Databases-and-Servers.html</link>
	<description>&lt;p&gt;People coming from SQL Server and MySQL often complain about how you can't query other databases
from within a PostgreSQL database.  In Microsoft SQL Server, there is a concept of querying across databases 
on the same server
with dbname.dbo.sometable and querying across servers (even of different types e.g. Oracle) by setting up a linked server and doing 
something such as servername.dbname.dbo.sometable or using the OPENROWSET(..) or OPENQUERY(...) syntax.
&lt;/p&gt;
&lt;p&gt;MySQL has a similar feature by using syntax dbname.sometable, but MySQL lacks schemas so there is no way to segregate a 
database into nice buckets as you can with SQL Server and PostgreSQL.&lt;/p&gt;

&lt;p&gt;In this article we shall provide some examples of using the contrib module - &lt;b&gt;dblink&lt;/b&gt; to query local PostgreSQL databases and remote PostgreSQL databases.
DbLink is probably most comparable in structure to &lt;a href=&quot;http://msdn2.microsoft.com/en-us/library/ms190312.aspx&quot; target=&quot;_blank&quot;&gt;SQL Server's OpenRowset&lt;/a&gt; functionality.  
It lacks the power of SQL Server's Linked Server 
approach or &lt;a href=&quot;http://msdn2.microsoft.com/en-us/library/aa276848(SQL.80).aspx&quot; target=&quot;_blank&quot;&gt;OPENQUERY&lt;/a&gt; that allows for synchronized joins between linked servers/databases and local tables and updates/inserts on linked servers.  This makes it not terribly useful
in cases where you need to join lots of data with local data.  It does however come in handy for bulk copy operations from one database/server to another.
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/index.php?/archives/44-Using-DbLink-to-access-other-PostgreSQL-Databases-and-Servers.html#extended&quot;&gt;Continue reading &quot;Using DbLink to access other PostgreSQL Databases and Servers&quot;&lt;/a&gt;</description>
	<pubDate>Fri, 18 Apr 2008 06:40:00 +0000</pubDate>
</item>
<item>
	<title>Joshua Drake: What MySQL (and really, Sun) can learn from PostgreSQL</title>
	<guid>http://www.commandprompt.com/blogs/joshua_drake/2008/04/what_mysql_and_really_sun_can_learn_from_postgresql/</guid>
	<link>http://www.commandprompt.com/blogs/joshua_drake/2008/04/what_mysql_and_really_sun_can_learn_from_postgresql/</link>
	<description>I spent April 17th, 2008 flying to San Jose, Ca only to arrive 30 minutes before my talk, &quot;&lt;a href=&quot;http://www.commandprompt.com/files/mysql_learn.pdf&quot;&gt;What MySQL can learn from PostgreSQL&lt;/a&gt;&quot;, jump in a cab and literally walk into the door of the room I was assigned, &quot;right on time&quot;. 

I think the talk went over fairly well. I opened with the statement, &quot;This is not about MySQL AB, this is about MySQL and the community.&quot; I think it help set the tone for the presentation. I didn't want people to feel like I was attacking a profit model or a company.</description>
	<pubDate>Fri, 18 Apr 2008 03:23:57 +0000</pubDate>
</item>
<item>
	<title>Francisco Figueiredo Jr: I'm now a twitter</title>
	<guid>tag:blogger.com,1999:blog-15237920.post-3938137114953786907</guid>
	<link>http://fxjr.blogspot.com/2008/04/im-now-twitter.html</link>
	<description>As you now can see on my sidebar, I'm now a twitter&lt;br /&gt;&lt;br /&gt;So, now you can see, or better, read to know what I'm doing. This is a youtube video a friend of mine Osny ( who is also my first twitter contact ) sent me about twitter: &lt;a href=&quot;http://www.youtube.com/watch?v=ddO9idmax0o&quot;&gt;http://www.youtube.com/watch?v=ddO9idmax0o&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Good twitting for you!</description>
	<pubDate>Fri, 18 Apr 2008 00:46:37 +0000</pubDate>
</item>
<item>
	<title>Greg Sabino Mullane: DBD::Pg 2.6.0 released</title>
	<guid>http://people.planetpostgresql.org/greg/index.php?/archives/131-guid.html</guid>
	<link>http://people.planetpostgresql.org/greg/index.php?/archives/131-DBDPg-2.6.0-released.html</link>
	<description>&lt;p&gt;Version 2.6.0 of 
&lt;a href=&quot;http://people.planetpostgresql.org/greg/exit.php?url_id=676&amp;amp;entry_id=131&quot; title=&quot;http://search.cpan.org/dist/DBD-Pg/&quot;&gt;DBD::Pg&lt;/a&gt;, the Perl interface to Postgres, has just been released. I've been trying to keep to a &quot;release early, release often&quot; system for DBD::Pg this year. In addition to some fixes to make compiling on 
&lt;a href=&quot;http://people.planetpostgresql.org/greg/exit.php?url_id=677&amp;amp;entry_id=131&quot; title=&quot;http://strawberryperl.com&quot;&gt;Strawberry Perl&lt;/a&gt; and other Perl Windows distributions happier, here's the major changes in the last few versions:&lt;/p&gt;
&lt;ul&gt;
 &lt;li&gt;pg_notifies is now a true 
&lt;a href=&quot;http://people.planetpostgresql.org/greg/exit.php?url_id=678&amp;amp;entry_id=131&quot; title=&quot;http://search.cpan.org/dist/DBD-Pg/Pg.pm#Database_Handle_Methods&quot;&gt;database handle method&lt;/a&gt;, so you can simply use &lt;b&gt;$dbh-&gt;pg_notifies();&lt;/b&gt;&lt;/li&gt;
 &lt;li&gt;$dbh-&gt;column_info() now shows 
&lt;a href=&quot;http://people.planetpostgresql.org/greg/exit.php?url_id=679&amp;amp;entry_id=131&quot; title=&quot;http://www.postgresql.org/docs/current/static/datatype-enum.html&quot;&gt;enum values&lt;/a&gt; (thanks to Dave Rolsky)&lt;/li&gt;
 &lt;li&gt;Added three new statement handle attributes, mostly to support a (very cool) future project I'm working on:&lt;ul&gt;
  &lt;li&gt;&lt;b&gt;$sth-&gt;{pg_bound}&lt;/b&gt; : returns a hash of all placeholders, indicating whether each one has been bound yet.&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;$sth-&gt;{pg_numbound}&lt;/b&gt; : returns the number of placeholders currently bound.&lt;/li&gt;
 &lt;li&gt;&lt;b&gt;$sth-&gt;{pg_current_row}&lt;/b&gt; : returns the number of the last tuple fetched.&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
 &lt;li&gt;Various performance improvements, mostly to streamline the do() and execute/prepare() calls as much as possible&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Give it a whirl, and please 
&lt;a href=&quot;http://people.planetpostgresql.org/greg/exit.php?url_id=680&amp;amp;entry_id=131&quot; title=&quot;http://use.perl.org/articles/06/11/08/1256207.shtml&quot;&gt;consider using CPAN::Reporter&lt;/a&gt;, which is invaluable to Perl module authors. It's similar to the &lt;a href=&quot;http://people.planetpostgresql.org/greg/exit.php?url_id=681&amp;amp;entry_id=131&quot; title=&quot;http://www.pgbuildfarm.org&quot;&gt;Postgres Build Farm&lt;/a&gt; in that it allows your software to be tested on a wide variety of platforms and versions. The 
&lt;a href=&quot;http://people.planetpostgresql.org/greg/exit.php?url_id=682&amp;amp;entry_id=131&quot; title=&quot;http://cpantesters.perl.org/show/DBD-Pg.html&quot;&gt;current reports for DBD::Pg&lt;/a&gt; shows we're doing well, but need more testers.&lt;/p&gt;</description>
	<pubDate>Thu, 17 Apr 2008 16:09:37 +0000</pubDate>
</item>
<item>
	<title>US PostgreSQL Association: Quick update from the front</title>
	<guid>http://www.postgresql.us/7 at http://www.postgresql.us</guid>
	<link>http://www.postgresql.us/node/7</link>
	<description>&lt;p&gt;Spoke with our Attorney today (Greg Hitchcock) he says, &quot;I will try to get you a draft of the IRS application by the last week of April&quot;. We have already filed with the State of Oregon, this is the for the Federal 501c3 classification. This is great news because it means we could potentially be done with all of this before OSCON or LWE. At a maximum we will be done by West!&lt;/p&gt;</description>
	<pubDate>Wed, 16 Apr 2008 03:24:18 +0000</pubDate>
</item>
<item>
	<title>Greg Sabino Mullane: Top ten SQL commands using psql</title>
	<guid>http://people.planetpostgresql.org/greg/index.php?/archives/130-guid.html</guid>
	<link>http://people.planetpostgresql.org/greg/index.php?/archives/130-Top-ten-SQL-commands-using-psql.html</link>
	<description>&lt;!--
div.gsmcode {
font-family:Courier,monospace;font-weight:bold; font-size:110%;
border:1px solid #888888;line-height:130%;
padding-left:1em; padding-right: 1em; margin-right :5em; margin-left:1em;
color:black; background:#eeeeee;
}
div.gsmout {
font-family:Courier,monospace;font-weight:bold; font-size:110%;
border:1px solid #888888;line-height:130%;
padding-left:1em; padding-right: 1em; margin-right:5em; margin-left:1em;
color:black; background:#ddeeee;
}

span.gsminput { color: green; }
span.gsmarg { color: #bb0000; font-weight: bolder; white-space: nowrap;}
// --&gt;


&lt;p&gt;
Inspired by the old meme about the top shell commands, I thought I'd see what the most
common SQL commands I run are. When you are using &lt;a href=&quot;http://www.postgresql.org/docs/current/static/app-psql.html&quot;&gt;psql&lt;/a&gt;,
(the command-line interface to Postgres),
it keeps a history of all the commands you enter inside the file &lt;tt&gt;&lt;b&gt;~/.psql_history&lt;/b&gt;&lt;/tt&gt;.
It only keeps 500 lines by default, which I find way too low, so I adjust it by setting
the &lt;tt&gt;&lt;b&gt;HISTSIZE&lt;/b&gt;&lt;/tt&gt; variable. Here's the usual contents of my .psqlrc file:
&lt;/p&gt;

&lt;div class=&quot;gsmcode&quot;&gt;&lt;pre&gt;
\pset null '\\N'
\set HISTSIZE 5000
\timing
\set G '\\x\\g\\x'
&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;The first line gives a better visual output to nulls.
The second tells psql to allow the .psql_history file to grow to 5000 lines, while the third line times all the commands you enter. The final 
line allows you to run a single command in expanded mode like so:&lt;/p&gt;

&lt;div class=&quot;gsmcode&quot;&gt;&lt;pre&gt;
&lt;span class=&quot;gsminput&quot;&gt;greg=#&lt;/span&gt; SELECT * FROM pg_class  :G
&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;Interestingly, it looks like a variant of the above may make its way into
the next version of psql...&lt;/p&gt;

&lt;p&gt;On to the counting meme, however. Here's the command I used:&lt;/p&gt;

&lt;div class=&quot;gsmcode&quot;&gt;&lt;pre&gt;
awk '{print $1}' ~/.psql_history | sort | uniq -c |sort -rn | head -10
&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;The output on one of the production boxes I watch over gives:&lt;/p&gt;

&lt;div class=&quot;gsmout&quot;&gt;&lt;pre&gt;
   1356 select
    386 \d
    347 \q
    186 vacuum
    141 \c
    126 update
     84 \x
     59 SELECT
     46 begin;
     41 \dt
&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Note that older versions of psql did not wrap multi-line commands into a single line inside the file, so you may see odd results when using  8.2&lt;/p&gt;</description>
	<pubDate>Tue, 15 Apr 2008 18:27:32 +0000</pubDate>
</item>
<item>
	<title>Magnus Hagander: Not quite open source</title>
	<guid>http://people.planetpostgresql.org/mha/index.php?/archives/168-guid.html</guid>
	<link>http://people.planetpostgresql.org/mha/index.php?/archives/168-Not-quite-open-source.html</link>
	<description>I found a &lt;a href=&quot;http://people.planetpostgresql.org/mha/exit.php?url_id=288&amp;amp;entry_id=168&quot; title=&quot;http://jcole.us/blog/archives/2008/04/14/just-announced-mysql-to-launch-new-features-only-in-mysql-enterprise/&quot;&gt;couple&lt;/a&gt; of &lt;a href=&quot;http://people.planetpostgresql.org/mha/exit.php?url_id=289&amp;amp;entry_id=168&quot; title=&quot;http://www.mysqlperformanceblog.com/2008/04/15/partially-opensourced/&quot;&gt;posts&lt;/a&gt; over on Planet MySQL today about some new announcement from the dolphin-herders. Apparantly, the Sun/MySQL combination is now starting to push at least some features for Enterprise customers only. AFAIK this isn't entirely new, since they've had some tools previously only available to enterprise customers, but I guess this would be a first for actual server code. (Though the way patches are moved between Enterprise and Community never really made sense to me, that's probably because I didn't study it in enough detail)&lt;br /&gt;
&lt;br /&gt;
From what I can tell, this puts MySQL more towards the situation that PostgreSQL has with EnterpriseDB (and their now renamed product Postgres Plus Advanced Server) and some other companies. This is a proprietary product that sits on top of an open source foundation that is PostgreSQL. Now, EnterpriseDB initially marketed this product as opensource - which was incorrect, and they got quite a bit of bad press about it. The question is, what will Sun/MySQL do now. Will they continue to market their Enterprise product as Open Source, which it obviously isn't, or will they change that?&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/mha/index.php?/archives/168-Not-quite-open-source.html#extended&quot;&gt;Continue reading &quot;Not quite open source&quot;&lt;/a&gt;</description>
	<pubDate>Tue, 15 Apr 2008 11:41:31 +0000</pubDate>
</item>
<item>
	<title>Neil Conway: 15 Apr 2008</title>
	<guid>http://www.advogato.org/person/nconway/diary.html?start=55</guid>
	<link>http://www.advogato.org/person/nconway/diary.html?start=55</link>
	<description>&lt;b&gt;Kickfire and &quot;Stream Processing&quot;&lt;/b&gt;

&lt;p&gt; &lt;p&gt; I noticed &lt;a href=&quot;http://people.planetpostgresql.org/xzilla/index.php?/archives/339-guid.html&quot;&gt;Robert's
post&lt;/a&gt; about the Kickfire launch. He mentioned &lt;a href=&quot;http://www.truviso.com&quot;&gt;Truviso&lt;/a&gt; &amp;mdash; for whom I
work &amp;mdash; so I thought I'd
add my two cents.

&lt;p&gt; &lt;p&gt; Kickfire is the company previous known as &quot;&lt;a href=&quot;http://www.c2app.com&quot;&gt;C2App&lt;/a&gt;&quot;. I'm not familiar
with the details of their technology, but the basic idea is
to use custom hardware to accelerate data warehousing
queries (this &lt;a href=&quot;http://www.xaprb.com/blog/2008/04/14/kickfire-relational-algebra-in-a-chip/&quot;&gt;blog
post&lt;/a&gt; has some more details). Using custom hardware is
not a new idea &amp;mdash;
Netezza have been
doing something superficially similar for years, with
considerable success. In addition to custom hardware,
Kickfire apparently use a few other data warehousing
techniques that have recently come back in vogue
(e.g. column-wise storage with compression, coupled with the
ability to do query execution over compressed data). As an
aside, I think
that building a data warehousing product using MySQL is a
fairly surprising technical decision.

&lt;p&gt; &lt;p&gt; One thing I did notice is that Kickfire's PR mentions
&quot;stream processing&quot; repeatedly, and Robert's post suggests
that the sort of stream processing done by Kickfire is
similar to what Truviso does. This
is not the case: the two companies and their products are
&lt;i&gt;very&lt;/i&gt; different. I'd guess that Kickfire are using the
term because it's become something of a buzzword.

&lt;p&gt; &lt;p&gt; I'd like to talk more about Truviso on this blog in the
future, but the basic idea behind data stream processing is
to allow 
analysis queries to be performed over &lt;i&gt;live&lt;/i&gt; streams of
data, as the data arrives at the system. In traditional
databases, in order to apply a query to a piece of
data, you first
need to insert the data item into the database, wait for it
to be committed to disk (force-write the write-ahead log),
and then finally
run a query on it from scratch. When data arrives at a rapid
pace and you need low-latency query results, this
&quot;store-and-query&quot; model has terrible performance; it's also
an unnatural way to structure a client application (you're
essentially polling for results). Instead,
a data stream
query processor allows the user to define a set of
long-running &lt;i&gt;continuous queries&lt;/i&gt; that represent the
conditions of interest over the incoming data streams. As
new live data arrives, the data is applied to the queries to
incrementally update their results; client applications can
simply consume new query results as soon as they become
available. This allows you to get
query results that are always up-to-date, without the need
to first
write data to disk (the data can either be discarded, or
else written to disk asynchronously). For certain domains,
such as algorithmic
trading, network and environment monitoring, fraud
detection, and real-time reporting, the data stream approach
often yields much better performance and a more natural
programming model. For more info, see the &lt;a href=&quot;http://neilconway.org/talks/stream_intro.pdf&quot;&gt;talk on
data stream query processing&lt;/a&gt; I gave at last year's PgCon.

&lt;p&gt; &lt;p&gt; So what does this have to do with using custom hardware to
accelerate data warehousing queries? Not a whole lot. I'm
guessing that Kickfire have co-opted the &quot;stream processing&quot;
label because they push analysis queries down to the custom
chip, and then &quot;stream&quot; the stored data over the chip, to
compute multiple queries in a single pass. If you squint at
it right, there are some similarities to stream query
processing (in both cases, you only want to take one pass
over the data), but fundamentally, Kickfire is trying to
solve a very different problem, and using a very different
set of technologies. Data warehouse engines like Kickfire
(and Greenplum) are
complements to data stream systems like Truviso (and
&lt;a href=&quot;http://www.streambase.com/&quot;&gt;Streambase&lt;/a&gt;, &lt;a href=&quot;http://www.coral8.com/&quot;&gt;Coral8&lt;/a&gt;, and others), not
supplements or competitors.&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Tue, 15 Apr 2008 08:35:36 +0000</pubDate>
</item>
<item>
	<title>Robert Treat: Where there's smoke, there's Kickfire</title>
	<guid>http://people.planetpostgresql.org/xzilla/index.php?/archives/339-guid.html</guid>
	<link>http://people.planetpostgresql.org/xzilla/index.php?/archives/339-Where-theres-smoke,-theres-Kickfire.html</link>
	<description>Over the weekend I had a chance to catch up on some of my favorite database oriented blogs, and I noticed a number of them were mentioning the upcoming &lt;a href=&quot;http://people.planetpostgresql.org/xzilla/exit.php?url_id=2914&amp;amp;entry_id=339&quot; title=&quot;http://www.mysql.com/news-and-events/press-release/release_2008_13.html&quot;&gt;Kickfire engine/appliance based around MySQL&lt;/a&gt;. Always a sucker to read about Yet Another MySQL Engine, I looked through what little details there were (Kickfire had previewed their system to some of the more popular MySQL blogs in order to create some initial buzz ahead of the &lt;a href=&quot;http://people.planetpostgresql.org/xzilla/exit.php?url_id=2915&amp;amp;entry_id=339&quot; title=&quot;http://en.oreilly.com/mysql2008/public/content/home&quot;&gt;MySQL users conference&lt;/a&gt;; good ploy). I think the breakdown goes like this:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Designed for Data Warehousing&lt;/li&gt;&lt;br /&gt;
    &lt;li&gt;Uses Hardware Based Acceleration&lt;/li&gt;&lt;br /&gt;
    &lt;li&gt;Appliance System&lt;/li&gt;&lt;br /&gt;
    &lt;li&gt;Does &quot;Stream Processing&quot;&lt;/li&gt;&lt;br /&gt;
    &lt;li&gt;Involves lots of buzzwords like &quot;ground breaking&quot; and &quot;revolutionary&quot;&lt;/li&gt;&lt;br /&gt;
    &lt;li&gt;They have brought Web 2.0 Marketing to the Database World&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
Eh? Yeah, that last bit is my own assessment. Why? Well, &lt;a href=&quot;http://people.planetpostgresql.org/xzilla/exit.php?url_id=2916&amp;amp;entry_id=339&quot; title=&quot;http://www.xaprb.com/blog/2008/04/04/kickfire-stream-processing-sql-queries/&quot;&gt;Baron Schwartz&lt;/a&gt; had this to say about Kickfire when he previewed it:&lt;br /&gt;
&lt;blockquote&gt; even if this product isn’t what it claims to be, they’ll prove the concept and there will be a competitive rush into this space&lt;br /&gt;
&lt;/blockquote&gt;And one of the commentors on his blog said:&lt;br /&gt;
&lt;blockquote&gt;Again, I’m surprised it hasn’t been done before. Particularly given the money big vendors like Oracle and IBM sink into their DB development every year.&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
The thing is, it has been done before, and if you want the power of SQL streams in a production ready system, you can have it today. You just need to &lt;a href=&quot;http://people.planetpostgresql.org/xzilla/exit.php?url_id=2917&amp;amp;entry_id=339&quot; title=&quot;http://www.google.com/search?q=truviso&quot;&gt;Google on &quot;Truviso&quot;&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/xzilla/index.php?/archives/339-Where-theres-smoke,-theres-Kickfire.html#extended&quot;&gt;Continue reading &quot;Where there's smoke, there's Kickfire&quot;&lt;/a&gt;</description>
	<pubDate>Tue, 15 Apr 2008 07:36:00 +0000</pubDate>
</item>
<item>
	<title>Leo Hsu and Regina Obe: PostGIS and YUM</title>
	<guid>http://www.postgresonline.com/journal/index.php?/archives/43-guid.html</guid>
	<link>http://www.postgresonline.com/journal/index.php?/archives/43-PostGIS-and-YUM.html</link>
	<description>&lt;h4&gt;PostGIS 1.3.3 is out&lt;/h4&gt;
&lt;p&gt;PostGIS 1.3.3 has been released and is already in the PostgreSQL RPM and soon will be in Yum repository.
PostgreSQL 8.3 users who are using PostGIS are encouraged to upgrade because this release contains a fix for a major bug that
affected spatial aggregates in 8.3.  The windows Application Stack Builder version with the update should be out within this or next week.
&lt;/p&gt;

&lt;h5&gt;Shp2PgSQL Loader now can load plain DBFs&lt;/h5&gt;
&lt;p&gt;
	We've been working on the &lt;a href=&quot;http://www.census.gov/geo/www/tiger/tgrshp2007/tgrshp2007.html&quot; target=&quot;_blank&quot;&gt;2007 Topologically Integrated Geographic Encoding and Referencing (Tiger)&lt;/a&gt; data 
	recently.  For those who are familiar with the US Census current Tiger format, this is the first version to be released in 
	Environmental Systems Research Institute (ESRI) Shape file format. We ran into one small problem.  The Tiger data includes related data with no geometry.  These come as plain old
	DBase (DBF) files.  Prior versions of Shp2PgSQL could not deal with DBF files with no corresponding Shape (SHP) geometry files, but the version
	packaged with 1.3.3 can.  &lt;/p&gt;
&lt;p&gt;I would like to thank &lt;a href=&quot;http://www.cleverelephant.ca&quot; target=&quot;_blank&quot;&gt;Paul Ramsey&lt;/a&gt; for checking over my DBF-only patch and squeezing it into this release.  
	Now that I have gotten my hands dirty again with C code, I almost feel like a real programmer.  As a side note, even if you don't use PostGIS, this should
	come in handy for loading any DBF file into PostgreSQL.
&lt;/p&gt;

&lt;h4&gt;New PostgreSQL Yum Repository&lt;/h4&gt;
&lt;p&gt;
We recently had the pleasure of trying out the new &lt;a href=&quot;http://yum.pgsqlrpms.org/&quot; target=&quot;_blank&quot;&gt;PostgreSQL YUM repository&lt;/a&gt; for Fedora/RedHat Enterprise/Cent OS 
distros that is maintained by Devrim GÜNDÜZ.  It made the process of installation on Redhat Enterprise Linux a lot simpler.
&lt;/p&gt;
&lt;p&gt;
In this issue we shall provide step by step instructions on using it geared toward the non-Red Hat Linux/CentOS indoctrinated folk (AKA the misguided Microsoft Windows people).
The reason we feel this is necessary is that a lot of people develop on Windows and then deploy on Linux.  The Linux experience can
be somewhat intimidating, so we hope to make this an easier process by assuming you know little if anything about Linux.  So stay tuned for that article.
&lt;/p&gt;</description>
	<pubDate>Mon, 14 Apr 2008 18:30:00 +0000</pubDate>
</item>
<item>
	<title>Peter Eisentraut: News on the PostgreSQL RPM packages for SUSE</title>
	<guid>http://people.planetpostgresql.org/peter/index.php?/archives/20-guid.html</guid>
	<link>http://people.planetpostgresql.org/peter/index.php?/archives/20-News-on-the-PostgreSQL-RPM-packages-for-SUSE.html</link>
	<description>Reinhard Max has revived the PostgreSQL RPM packages for SUSE and has given them a &lt;a href=&quot;http://download.opensuse.org/repositories/server:/database:/postgresql/&quot;&gt;permanent place&lt;/a&gt; at the &lt;a href=&quot;http://build.opensuse.org/&quot;&gt;openSUSE Build Service&lt;/a&gt;. This builds on and supercedes my &lt;a href=&quot;http://people.planetpostgresql.org/peter/index.php?/archives/19-PostgreSQL-RPM-packages-for-SUSE.html&quot;&gt;earlier offering&lt;/a&gt;, so please go to the new URL in the future. And please send your suggestions and contributions; it is &quot;open&quot; after all.  By the way, the packages developed there are integrated into the official SUSE distributions, so it is the &quot;real thing&quot;.</description>
	<pubDate>Mon, 14 Apr 2008 18:06:03 +0000</pubDate>
</item>
<item>
	<title>Selena Deckelmann: geekspeakr.com</title>
	<guid>http://www.chesnok.com/daily/2008/04/14/geekspeakrcom/</guid>
	<link>http://www.chesnok.com/daily/2008/04/14/geekspeakrcom/</link>
	<description>&lt;p&gt;Heard of &lt;a href=&quot;http://www.geekspeakr.com&quot;&gt;geekspeakr.com&lt;/a&gt;? Brenda Wallace is created a place to store the names and interesting details of women speakers for conferences.&lt;/p&gt;
&lt;p&gt;I took a snapshot of the tag cloud so far: &lt;/p&gt;
&lt;p&gt;&lt;center&gt;&lt;a href=&quot;http://www.chesnok.com/daily/wp-content/uploads/2008/04/picture-7.png&quot; title=&quot;tag cloud&quot;&gt;&lt;img src=&quot;http://www.chesnok.com/daily/wp-content/uploads/2008/04/picture-7.png&quot; alt=&quot;tag cloud&quot; /&gt;&lt;/a&gt;&lt;/center&gt;&lt;/p&gt;
&lt;p&gt;Yay for PostgreSQL being the only database represented!  &lt;img src=&quot;http://www.chesnok.com/daily/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt;  So far!&lt;/p&gt;</description>
	<pubDate>Mon, 14 Apr 2008 08:20:27 +0000</pubDate>
</item>

</channel>
</rss>
