<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.11" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Ten New Features that Make PostgreSQL 8.3 a Must-Have</title>
	<link>http://www.linux-mag.com/id/5679/</link>
	<description>Open Source, Open Standards</description>
	<pubDate>Sun, 05 Jul 2009 02:13:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>

	<item>
		<title>by: Mateusz Marzantowicz</title>
		<link>http://www.linux-mag.com/id/5679/#comment-2807</link>
		<pubDate>Thu, 11 Jun 2009 18:26:01 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5679/#comment-2807</guid>
					<description>MySQL is small and simple (functionally) - kind of a toy. PostgreSQL is like Oracle or DB2 - real database for real job. So if you plan to write a blog in PHP, you should probably choose MySQL. If you develop something more complicated, use Postgre.</description>
		<content:encoded><![CDATA[<p>MySQL is small and simple (functionally) - kind of a toy. PostgreSQL is like Oracle or DB2 - real database for real job. So if you plan to write a blog in PHP, you should probably choose MySQL. If you develop something more complicated, use Postgre.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: otaci</title>
		<link>http://www.linux-mag.com/id/5679/#comment-1924</link>
		<pubDate>Wed, 07 Jan 2009 11:47:29 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5679/#comment-1924</guid>
					<description>PostgreSQL is great, we are using it for mission critical system in retail sales. But unfortunately, PostgreSQL lacks replication (Slony I is very difficult an poorly documented).</description>
		<content:encoded><![CDATA[<p>PostgreSQL is great, we are using it for mission critical system in retail sales. But unfortunately, PostgreSQL lacks replication (Slony I is very difficult an poorly documented).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: John Tiedeman</title>
		<link>http://www.linux-mag.com/id/5679/#comment-1765</link>
		<pubDate>Tue, 18 Nov 2008 20:08:15 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5679/#comment-1765</guid>
					<description>An updated version of Bruce Momjian's "PostgreSQL: Introduction and Concepts" would be very nice. Though I have other Postgres books, it remains the one to which I return most often.</description>
		<content:encoded><![CDATA[<p>An updated version of Bruce Momjian&#8217;s &#8220;PostgreSQL: Introduction and Concepts&#8221; would be very nice. Though I have other Postgres books, it remains the one to which I return most often.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: chetan_a</title>
		<link>http://www.linux-mag.com/id/5679/#comment-1457</link>
		<pubDate>Sun, 07 Sep 2008 07:44:20 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5679/#comment-1457</guid>
					<description>Where is failsafe replication? i.e. if link between two database server (master-slave) goes down replication should should resume where it halted.</description>
		<content:encoded><![CDATA[<p>Where is failsafe replication? i.e. if link between two database server (master-slave) goes down replication should should resume where it halted.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: prdola</title>
		<link>http://www.linux-mag.com/id/5679/#comment-1294</link>
		<pubDate>Wed, 16 Jul 2008 09:05:00 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5679/#comment-1294</guid>
					<description>I am still cofnused about the XML data type. As far as I found in docu, there is nothing like real xml data type I could declare, sth. like 
Create Table Sales_Comm (Acct_no Number,Comm_Dtl xmltype); as you can do with Oracle.</description>
		<content:encoded><![CDATA[<p>I am still cofnused about the XML data type. As far as I found in docu, there is nothing like real xml data type I could declare, sth. like<br />
Create Table Sales_Comm (Acct_no Number,Comm_Dtl xmltype); as you can do with Oracle.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: totohydra</title>
		<link>http://www.linux-mag.com/id/5679/#comment-1041</link>
		<pubDate>Thu, 01 May 2008 17:00:57 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5679/#comment-1041</guid>
					<description>Okay really...in unbiased terms. What is the biggest difference between PostgreSQL and MySQL?</description>
		<content:encoded><![CDATA[<p>Okay really&#8230;in unbiased terms. What is the biggest difference between PostgreSQL and MySQL?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: J M</title>
		<link>http://www.linux-mag.com/id/5679/#comment-1036</link>
		<pubDate>Wed, 30 Apr 2008 03:50:44 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5679/#comment-1036</guid>
					<description>nice article, good features to test and try</description>
		<content:encoded><![CDATA[<p>nice article, good features to test and try
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: leblanc meneses</title>
		<link>http://www.linux-mag.com/id/5679/#comment-997</link>
		<pubDate>Thu, 17 Apr 2008 18:40:08 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5679/#comment-997</guid>
					<description>[quote]
Very nice features, the problem with PostgreSQL is there are no updated resources (outside of the documentation) that comes along with it. Every book out there for PostgreSQL is outdated and without considerably amount of research time its impossible to get it setup and working
[/quote]

i use postgresql for my company.  Mysql license model won't work - i don't plan on giving my source code away.

postgresql is bsd license i could resell postgresql if i wanted to.

if your programming in .net you have npgsql ado.net driver and all the providers available for postgresql.

for administration you use pgadmin3 - desktop, phppgadmin - website

learn + docs:
http://people.planetpostgresql.org/
http://www.varlena.com/GeneralBits/
http://www.postgresql.org/docs/
http://pgfoundry.org/

all mysql is hype.  people choose mysql because its easier which is the same reason they choose php.  no enterprise would consider php nor would they consider mysql - check the job market and compare the pay.  java or .net as languages and sql server, oracle, postgresql as database servers.

google, yahoo ect.. are worm applications ... write once and read many they don't need normalized tables nor foreign key, triggers, custom data types.

postgresql has the advanced feature and was ahead of sql server 2000 for years.. 2005 slightly put sql server on top but with 8.3 postgresql is back in the game.

schemas for seperation alone is much better than having to prepend namespaces to table names.  being able to program procedures in whatever language you want is another beautiful thing... something postgresql has had since before my time.

sql server 2005 just introduced this concept to the ms fan boys with their clr.  

postgresql has had tsearch, gis support for years and sql server has just barely added it.

take the time and install it.. on windows its super easy.  install activestate perl for windows and then install postgresql.  then install pgadmin3 and you'll never look back!!

- lm</description>
		<content:encoded><![CDATA[<p>[quote]<br />
Very nice features, the problem with PostgreSQL is there are no updated resources (outside of the documentation) that comes along with it. Every book out there for PostgreSQL is outdated and without considerably amount of research time its impossible to get it setup and working<br />
[/quote]</p>
<p>i use postgresql for my company.  Mysql license model won&#8217;t work - i don&#8217;t plan on giving my source code away.</p>
<p>postgresql is bsd license i could resell postgresql if i wanted to.</p>
<p>if your programming in .net you have npgsql ado.net driver and all the providers available for postgresql.</p>
<p>for administration you use pgadmin3 - desktop, phppgadmin - website</p>
<p>learn + docs:<br />
<a href="http://people.planetpostgresql.org/" rel="nofollow">http://people.planetpostgresql.org/</a><br />
<a href="http://www.varlena.com/GeneralBits/" rel="nofollow">http://www.varlena.com/GeneralBits/</a><br />
<a href="http://www.postgresql.org/docs/" rel="nofollow">http://www.postgresql.org/docs/</a><br />
<a href="http://pgfoundry.org/" rel="nofollow">http://pgfoundry.org/</a></p>
<p>all mysql is hype.  people choose mysql because its easier which is the same reason they choose php.  no enterprise would consider php nor would they consider mysql - check the job market and compare the pay.  java or .net as languages and sql server, oracle, postgresql as database servers.</p>
<p>google, yahoo ect.. are worm applications &#8230; write once and read many they don&#8217;t need normalized tables nor foreign key, triggers, custom data types.</p>
<p>postgresql has the advanced feature and was ahead of sql server 2000 for years.. 2005 slightly put sql server on top but with 8.3 postgresql is back in the game.</p>
<p>schemas for seperation alone is much better than having to prepend namespaces to table names.  being able to program procedures in whatever language you want is another beautiful thing&#8230; something postgresql has had since before my time.</p>
<p>sql server 2005 just introduced this concept to the ms fan boys with their clr.  </p>
<p>postgresql has had tsearch, gis support for years and sql server has just barely added it.</p>
<p>take the time and install it.. on windows its super easy.  install activestate perl for windows and then install postgresql.  then install pgadmin3 and you&#8217;ll never look back!!</p>
<p>- lm
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: davidradcliffe</title>
		<link>http://www.linux-mag.com/id/5679/#comment-991</link>
		<pubDate>Mon, 14 Apr 2008 20:56:07 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5679/#comment-991</guid>
					<description>Years ago I used PostgreSQL and loved it.  The interfaces and features were perfect.  It was a treat to work with.  I had to move to MySQL because it was much faster and I started creating soem massive tables which choked in PostgreSQL but worked fine in MySQL.  With what I have been seeing in the press about the new speed upgrades in PostgreSQL I will have to take a look because I really miss it.  Good article.  It's just sad that I get excited reading a DB story.</description>
		<content:encoded><![CDATA[<p>Years ago I used PostgreSQL and loved it.  The interfaces and features were perfect.  It was a treat to work with.  I had to move to MySQL because it was much faster and I started creating soem massive tables which choked in PostgreSQL but worked fine in MySQL.  With what I have been seeing in the press about the new speed upgrades in PostgreSQL I will have to take a look because I really miss it.  Good article.  It&#8217;s just sad that I get excited reading a DB story.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: mweber</title>
		<link>http://www.linux-mag.com/id/5679/#comment-990</link>
		<pubDate>Mon, 14 Apr 2008 15:34:01 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5679/#comment-990</guid>
					<description>Likely to be released three months ago in January 2008?  Sweet.</description>
		<content:encoded><![CDATA[<p>Likely to be released three months ago in January 2008?  Sweet.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
