<?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: Installing PostgreSQL</title>
	<atom:link href="http://www.depesz.com/index.php/2010/02/26/installing-postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.depesz.com/index.php/2010/02/26/installing-postgresql/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Sep 2010 15:06:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: depesz</title>
		<link>http://www.depesz.com/index.php/2010/02/26/installing-postgresql/comment-page-1/#comment-29791</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Mon, 17 May 2010 16:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1601#comment-29791</guid>
		<description>@Filip:
thx - updated blogpost. can you also check the useradd command?</description>
		<content:encoded><![CDATA[<p>@Filip:<br />
thx &#8211; updated blogpost. can you also check the useradd command?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Filip</title>
		<link>http://www.depesz.com/index.php/2010/02/26/installing-postgresql/comment-page-1/#comment-29790</link>
		<dc:creator>Filip</dc:creator>
		<pubDate>Mon, 17 May 2010 15:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1601#comment-29790</guid>
		<description>prerequisites on SUSE (SLES 10):

zypper install gcc make readline-devel zlib-devel openssl-devel libxml2-devel tcl-devel python-devel</description>
		<content:encoded><![CDATA[<p>prerequisites on SUSE (SLES 10):</p>
<p>zypper install gcc make readline-devel zlib-devel openssl-devel libxml2-devel tcl-devel python-devel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuba</title>
		<link>http://www.depesz.com/index.php/2010/02/26/installing-postgresql/comment-page-1/#comment-29625</link>
		<dc:creator>Kuba</dc:creator>
		<pubDate>Mon, 29 Mar 2010 11:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1601#comment-29625</guid>
		<description>@Depesz: Already I don&#039;t use Gentoo, because most simple thinks takes to more time, so I decided to change to binary distributions. 

Generally, if you have default Gentoo installation (from latest stage) your environment could be ready to use. You&#039;re able to install PostgreSQL from source.

Anyway, very good article. If you&#039;ve a time, could you please write something about tuning options in config, because I&#039;m not familiar with them, surly like more average users. 

Thanks!</description>
		<content:encoded><![CDATA[<p>@Depesz: Already I don&#8217;t use Gentoo, because most simple thinks takes to more time, so I decided to change to binary distributions. </p>
<p>Generally, if you have default Gentoo installation (from latest stage) your environment could be ready to use. You&#8217;re able to install PostgreSQL from source.</p>
<p>Anyway, very good article. If you&#8217;ve a time, could you please write something about tuning options in config, because I&#8217;m not familiar with them, surly like more average users. </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: depesz</title>
		<link>http://www.depesz.com/index.php/2010/02/26/installing-postgresql/comment-page-1/#comment-29443</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Mon, 01 Mar 2010 12:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1601#comment-29443</guid>
		<description>@ak47 - wouldn&#039;t it install postgres itself using gentoo packages? I wanted something different - I know I can install premade packages, and I am aware that I customize it in gentoo. What I wanted is: list of commands to setup build envoronment, in which I can install PostgreSQL my way.</description>
		<content:encoded><![CDATA[<p>@ak47 &#8211; wouldn&#8217;t it install postgres itself using gentoo packages? I wanted something different &#8211; I know I can install premade packages, and I am aware that I customize it in gentoo. What I wanted is: list of commands to setup build envoronment, in which I can install PostgreSQL my way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ak47</title>
		<link>http://www.depesz.com/index.php/2010/02/26/installing-postgresql/comment-page-1/#comment-29441</link>
		<dc:creator>ak47</dc:creator>
		<pubDate>Mon, 01 Mar 2010 10:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1601#comment-29441</guid>
		<description>@depesz 
simple install
emerge dev-db/postgresql-server -va 
install concrete mainline 
emerge dev-db/postgresql-server:8.3 -va
install concrete version
emerge =dev-db/postgresql-server-8.3.9 -va

(all dependencies was handled by useflags so you can add or remove it 
example add perl support minus python support # USE=&quot;+perl -python&quot; emerge ... )

install app-portage/gentoolkit if you want see what useflags mean 
emerge app-portage/gentoolkit -va

equery u [postgresql-server&#124;&#124; or any other package]
this is output
 * Searching for postgresql-server ...
[ Legend : U - flag is set in make.conf       ]
[        : I - package is installed with flag ]
[ Colors : set, unset                         ]
 * Found these USE flags for dev-db/postgresql-server-8.4.2-r1:
 U I
 - - doc                : Adds extra documentation (API, Javadoc, etc)
 + + kernel_linux       : KERNEL setting for system using the Linux kernel
 - - linguas_af         : Afrikaans locale
 - - linguas_cs         : Czech locale
 - - linguas_de         : German locale
 - - linguas_es         : Spanish locale
 - - linguas_fa         : Persian locale
 - - linguas_fr         : French locale
 - - linguas_hr         : Croatian locale
 - - linguas_hu         : Hungarian locale
 - - linguas_it         : Italian locale
 - - linguas_ko         : Korean locale
 - - linguas_nb         : Norwegian (Bokmal) locale
 + + linguas_pl         : Polish locale
 - - linguas_pt_BR      : Portuguese locale for Brasil
 - - linguas_ro         : Romanian locale
 - - linguas_ru         : Russian locale
 - - linguas_sk         : Slovak locale
 - - linguas_sl         : Slovenian locale
 - - linguas_sv         : Swedish locale
 - - linguas_tr         : Turkish locale
 - - linguas_zh_CN      : Chinese locale for Peoples Republic of China
 - - linguas_zh_TW      : Chinese locale for Taiwan
 + + nls                : Adds Native Language Support (using gettext - GNU locale utilities)
 + + perl               : Adds support/bindings for the Perl language
 - - pg_legacytimestamp : Use double precision floating-point numbers instead of 64-bit integers for timestamp storage.
 + + python             : Adds support/bindings for the Python language
 - - selinux            : !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur
 - - tcl                : Adds support the Tcl language
 - - uuid               : Enable server side UUID generation (via dev-libs/ossp-uuid)
 + + xml                : Add support for XML files


now you may want edit some files and init cluster</description>
		<content:encoded><![CDATA[<p>@depesz<br />
simple install<br />
emerge dev-db/postgresql-server -va<br />
install concrete mainline<br />
emerge dev-db/postgresql-server:8.3 -va<br />
install concrete version<br />
emerge =dev-db/postgresql-server-8.3.9 -va</p>
<p>(all dependencies was handled by useflags so you can add or remove it<br />
example add perl support minus python support # USE=&#8221;+perl -python&#8221; emerge &#8230; )</p>
<p>install app-portage/gentoolkit if you want see what useflags mean<br />
emerge app-portage/gentoolkit -va</p>
<p>equery u [postgresql-server|| or any other package]<br />
this is output<br />
 * Searching for postgresql-server &#8230;<br />
[ Legend : U - flag is set in make.conf       ]<br />
[        : I - package is installed with flag ]<br />
[ Colors : set, unset                         ]<br />
 * Found these USE flags for dev-db/postgresql-server-8.4.2-r1:<br />
 U I<br />
 &#8211; - doc                : Adds extra documentation (API, Javadoc, etc)<br />
 + + kernel_linux       : KERNEL setting for system using the Linux kernel<br />
 &#8211; - linguas_af         : Afrikaans locale<br />
 &#8211; - linguas_cs         : Czech locale<br />
 &#8211; - linguas_de         : German locale<br />
 &#8211; - linguas_es         : Spanish locale<br />
 &#8211; - linguas_fa         : Persian locale<br />
 &#8211; - linguas_fr         : French locale<br />
 &#8211; - linguas_hr         : Croatian locale<br />
 &#8211; - linguas_hu         : Hungarian locale<br />
 &#8211; - linguas_it         : Italian locale<br />
 &#8211; - linguas_ko         : Korean locale<br />
 &#8211; - linguas_nb         : Norwegian (Bokmal) locale<br />
 + + linguas_pl         : Polish locale<br />
 &#8211; - linguas_pt_BR      : Portuguese locale for Brasil<br />
 &#8211; - linguas_ro         : Romanian locale<br />
 &#8211; - linguas_ru         : Russian locale<br />
 &#8211; - linguas_sk         : Slovak locale<br />
 &#8211; - linguas_sl         : Slovenian locale<br />
 &#8211; - linguas_sv         : Swedish locale<br />
 &#8211; - linguas_tr         : Turkish locale<br />
 &#8211; - linguas_zh_CN      : Chinese locale for Peoples Republic of China<br />
 &#8211; - linguas_zh_TW      : Chinese locale for Taiwan<br />
 + + nls                : Adds Native Language Support (using gettext &#8211; GNU locale utilities)<br />
 + + perl               : Adds support/bindings for the Perl language<br />
 &#8211; - pg_legacytimestamp : Use double precision floating-point numbers instead of 64-bit integers for timestamp storage.<br />
 + + python             : Adds support/bindings for the Python language<br />
 &#8211; - selinux            : !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur<br />
 &#8211; - tcl                : Adds support the Tcl language<br />
 &#8211; - uuid               : Enable server side UUID generation (via dev-libs/ossp-uuid)<br />
 + + xml                : Add support for XML files</p>
<p>now you may want edit some files and init cluster</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: depesz</title>
		<link>http://www.depesz.com/index.php/2010/02/26/installing-postgresql/comment-page-1/#comment-29436</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Sat, 27 Feb 2010 22:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1601#comment-29436</guid>
		<description>@Yuriy and others gentoo users - I have absolutely 0 experience with gentoo, could you provide command to install all required packages, and command to create user so that we could add this to the blogpost?</description>
		<content:encoded><![CDATA[<p>@Yuriy and others gentoo users &#8211; I have absolutely 0 experience with gentoo, could you provide command to install all required packages, and command to create user so that we could add this to the blogpost?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuriy Rusinov</title>
		<link>http://www.depesz.com/index.php/2010/02/26/installing-postgresql/comment-page-1/#comment-29435</link>
		<dc:creator>Yuriy Rusinov</dc:creator>
		<pubDate>Sat, 27 Feb 2010 19:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1601#comment-29435</guid>
		<description>Impressive job. I use Gentoo linux system and it has the same way.</description>
		<content:encoded><![CDATA[<p>Impressive job. I use Gentoo linux system and it has the same way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebpa</title>
		<link>http://www.depesz.com/index.php/2010/02/26/installing-postgresql/comment-page-1/#comment-29434</link>
		<dc:creator>sebpa</dc:creator>
		<pubDate>Sat, 27 Feb 2010 17:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1601#comment-29434</guid>
		<description>Great job! Bookmarked.</description>
		<content:encoded><![CDATA[<p>Great job! Bookmarked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: depesz</title>
		<link>http://www.depesz.com/index.php/2010/02/26/installing-postgresql/comment-page-1/#comment-29432</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Sat, 27 Feb 2010 10:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1601#comment-29432</guid>
		<description>@Tore: interesting - it was auto-installed on my ubuntu. Perhaps it was because I used server version of ubuntu. Anyway - added libperl-dev to blogpost, thanks for info.</description>
		<content:encoded><![CDATA[<p>@Tore: interesting &#8211; it was auto-installed on my ubuntu. Perhaps it was because I used server version of ubuntu. Anyway &#8211; added libperl-dev to blogpost, thanks for info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tore Busch</title>
		<link>http://www.depesz.com/index.php/2010/02/26/installing-postgresql/comment-page-1/#comment-29431</link>
		<dc:creator>Tore Busch</dc:creator>
		<pubDate>Fri, 26 Feb 2010 23:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1601#comment-29431</guid>
		<description>Great article!
Only want to mention that on my Ubuntu 9.10 system, I had to add the following package so I could compile the plperl support:
apt-get install libperl-dev
After this, the make completed succsessfully.</description>
		<content:encoded><![CDATA[<p>Great article!<br />
Only want to mention that on my Ubuntu 9.10 system, I had to add the following package so I could compile the plperl support:<br />
apt-get install libperl-dev<br />
After this, the make completed succsessfully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ak47</title>
		<link>http://www.depesz.com/index.php/2010/02/26/installing-postgresql/comment-page-1/#comment-29429</link>
		<dc:creator>ak47</dc:creator>
		<pubDate>Fri, 26 Feb 2010 09:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1601#comment-29429</guid>
		<description>Another way to handle this, is using Gentoo, this is same way. You have sloting, USE flag (--with/--without), upgrades (if you want it ) and this is automatic. 
&quot;RPMs for CentOS, Fedora and Red Hat Enterprise Linux are available from the PostgreSQL Yum repository.&quot; - better packages, and newer versions of pg. 
bonjour - is handle by avahi/zeroconf on linux</description>
		<content:encoded><![CDATA[<p>Another way to handle this, is using Gentoo, this is same way. You have sloting, USE flag (&#8211;with/&#8211;without), upgrades (if you want it ) and this is automatic.<br />
&#8220;RPMs for CentOS, Fedora and Red Hat Enterprise Linux are available from the PostgreSQL Yum repository.&#8221; &#8211; better packages, and newer versions of pg.<br />
bonjour &#8211; is handle by avahi/zeroconf on linux</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett McBride</title>
		<link>http://www.depesz.com/index.php/2010/02/26/installing-postgresql/comment-page-1/#comment-29428</link>
		<dc:creator>Brett McBride</dc:creator>
		<pubDate>Fri, 26 Feb 2010 03:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1601#comment-29428</guid>
		<description>Thanks Hubert, this was a very interesting read with a few ideas I&#039;ll put to good use. I particularly like the port convention(I&#039;m always confusing them!) and minor version upgrade method.
Bookmarked for future reference, like many of your previous posts.</description>
		<content:encoded><![CDATA[<p>Thanks Hubert, this was a very interesting read with a few ideas I&#8217;ll put to good use. I particularly like the port convention(I&#8217;m always confusing them!) and minor version upgrade method.<br />
Bookmarked for future reference, like many of your previous posts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
