<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 9 Steps to Install and Configure PostgreSQL from Source on Linux</title>
	<atom:link href="http://www.thegeekstuff.com/2009/04/linux-postgresql-install-and-configure-from-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2009/04/linux-postgresql-install-and-configure-from-source/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 29 Jul 2010 15:54:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike Davidson</title>
		<link>http://www.thegeekstuff.com/2009/04/linux-postgresql-install-and-configure-from-source/comment-page-1/#comment-41816</link>
		<dc:creator>Mike Davidson</dc:creator>
		<pubDate>Tue, 06 Apr 2010 14:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=447#comment-41816</guid>
		<description>This easy rundown served me better than the official documentation on postgresql.org--at least for getting a testbed up and running quickly.  Thank you.</description>
		<content:encoded><![CDATA[<p>This easy rundown served me better than the official documentation on postgresql.org&#8211;at least for getting a testbed up and running quickly.  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh Natarajan</title>
		<link>http://www.thegeekstuff.com/2009/04/linux-postgresql-install-and-configure-from-source/comment-page-1/#comment-11736</link>
		<dc:creator>Ramesh Natarajan</dc:creator>
		<pubDate>Sun, 21 Jun 2009 05:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=447#comment-11736</guid>
		<description>&lt;strong&gt;@Robert Schultz, Siva,&lt;/strong&gt;

Thanks for your comment. I&#039;m glad you found this guide helpful.

&lt;code&gt;&#160;&lt;/code&gt;

&lt;strong&gt;@Raju,&lt;/strong&gt;

Refer to our &lt;a href=&quot;http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/&quot; rel=&quot;nofollow&quot;&gt;PostgreSQL DBA Commands&lt;/a&gt; article that explain how to setup postgreSQL service and restart it.</description>
		<content:encoded><![CDATA[<p><strong>@Robert Schultz, Siva,</strong></p>
<p>Thanks for your comment. I&#8217;m glad you found this guide helpful.</p>
<p><code>&nbsp;</code></p>
<p><strong>@Raju,</strong></p>
<p>Refer to our <a href="http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/" rel="nofollow">PostgreSQL DBA Commands</a> article that explain how to setup postgreSQL service and restart it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raju</title>
		<link>http://www.thegeekstuff.com/2009/04/linux-postgresql-install-and-configure-from-source/comment-page-1/#comment-11630</link>
		<dc:creator>raju</dc:creator>
		<pubDate>Thu, 18 Jun 2009 10:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=447#comment-11630</guid>
		<description>hi
iam using fedora8
in default postgres is 8.3 iam install the source 8.3.7 in place of that
i did all the commands according from INSTALL and README
the commands are
./configure
gmake
su
gmake install
adduser postgres
mkdir /usr/local/pgsql/data
chown postgres /usr/local/pgsql/data
su - postgres
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data &gt;logfile 2&gt;&amp;1 &amp;
/usr/local/pgsql/bin/createdb test
/usr/local/pgsql/bin/psql test

how to restart the postgresql service
pls tel me any one</description>
		<content:encoded><![CDATA[<p>hi<br />
iam using fedora8<br />
in default postgres is 8.3 iam install the source 8.3.7 in place of that<br />
i did all the commands according from INSTALL and README<br />
the commands are<br />
./configure<br />
gmake<br />
su<br />
gmake install<br />
adduser postgres<br />
mkdir /usr/local/pgsql/data<br />
chown postgres /usr/local/pgsql/data<br />
su &#8211; postgres<br />
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data<br />
/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data &gt;logfile 2&gt;&amp;1 &amp;<br />
/usr/local/pgsql/bin/createdb test<br />
/usr/local/pgsql/bin/psql test</p>
<p>how to restart the postgresql service<br />
pls tel me any one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: siva</title>
		<link>http://www.thegeekstuff.com/2009/04/linux-postgresql-install-and-configure-from-source/comment-page-1/#comment-11626</link>
		<dc:creator>siva</dc:creator>
		<pubDate>Thu, 18 Jun 2009 09:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=447#comment-11626</guid>
		<description>hai...

Thank you very much</description>
		<content:encoded><![CDATA[<p>hai&#8230;</p>
<p>Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: siva</title>
		<link>http://www.thegeekstuff.com/2009/04/linux-postgresql-install-and-configure-from-source/comment-page-1/#comment-11625</link>
		<dc:creator>siva</dc:creator>
		<pubDate>Thu, 18 Jun 2009 09:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=447#comment-11625</guid>
		<description>thanx s</description>
		<content:encoded><![CDATA[<p>thanx s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Schultz</title>
		<link>http://www.thegeekstuff.com/2009/04/linux-postgresql-install-and-configure-from-source/comment-page-1/#comment-11595</link>
		<dc:creator>Robert Schultz</dc:creator>
		<pubDate>Wed, 17 Jun 2009 16:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=447#comment-11595</guid>
		<description>Hello

Thank you very much for the easy to follow build/install/run instructions. They&#039;ve served me just great today :)</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>Thank you very much for the easy to follow build/install/run instructions. They&#8217;ve served me just great today <img src='http://www.thegeekstuff.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 15 Practical PostgreSQL Database Administration Commands</title>
		<link>http://www.thegeekstuff.com/2009/04/linux-postgresql-install-and-configure-from-source/comment-page-1/#comment-8639</link>
		<dc:creator>15 Practical PostgreSQL Database Administration Commands</dc:creator>
		<pubDate>Thu, 16 Apr 2009 15:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=447#comment-8639</guid>
		<description>[...]                 Free eBook - Linux 101 Hacks. Get Your Copy.  Earlier we discussed about how to install PostgreSQL database on Linux from source. In this article, let us review top 15 practical postgreSQL DBA command examples. [...]</description>
		<content:encoded><![CDATA[<p>[...]                 Free eBook &#8211; Linux 101 Hacks. Get Your Copy.  Earlier we discussed about how to install PostgreSQL database on Linux from source. In this article, let us review top 15 practical postgreSQL DBA command examples. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
