<?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 8.3 on Leopard</title>
	<atom:link href="http://kosmaczewski.net/2008/04/23/postgresql-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://kosmaczewski.net/2008/04/23/postgresql-leopard/</link>
	<description>sin incertidumbre no hay novedad, sin novedad posible no hay más que repetición y, por lo tanto, negación del otro como un ser libre: el ser libre es un ser incierto. (adrian mancuso)</description>
	<lastBuildDate>Fri, 23 Jul 2010 23:29:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Russ Brooks</title>
		<link>http://kosmaczewski.net/2008/04/23/postgresql-leopard/comment-page-1/#comment-25964</link>
		<dc:creator>Russ Brooks</dc:creator>
		<pubDate>Tue, 26 May 2009 02:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://kosmaczewski.net/?p=1152#comment-25964</guid>
		<description>Hey, Adrian.  Thanks for the link to my blog article above.  You may want to update it to: http://www2.russbrooks.com:8000/2009/3/20/install-upgrade-php-apache-postgresql-on-mac-os-x-10-5-leopard
The old link is no longer valid and I apologize.  My new article mentions the same thing... that I prefer to avoid the MacPort when it comes to PostgreSQL.</description>
		<content:encoded><![CDATA[<p>Hey, Adrian.  Thanks for the link to my blog article above.  You may want to update it to: <a href="http://www2.russbrooks.com:8000/2009/3/20/install-upgrade-php-apache-postgresql-on-mac-os-x-10-5-leopard" rel="nofollow">http://www2.russbrooks.com:8000/2009/3/20/install-upgrade-php-apache-postgresql-on-mac-os-x-10-5-leopard</a><br />
The old link is no longer valid and I apologize.  My new article mentions the same thing&#8230; that I prefer to avoid the MacPort when it comes to PostgreSQL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Part 1: Installing MySQL, PostgreSQL, Apache2, and PHP on Leopard &#187; Blip, Official Blog of Martino Flynn Advertising, Public Relations, Branding, Marketing, Keyword-Droppin&#8217; Agency</title>
		<link>http://kosmaczewski.net/2008/04/23/postgresql-leopard/comment-page-1/#comment-22996</link>
		<dc:creator>Part 1: Installing MySQL, PostgreSQL, Apache2, and PHP on Leopard &#187; Blip, Official Blog of Martino Flynn Advertising, Public Relations, Branding, Marketing, Keyword-Droppin&#8217; Agency</dc:creator>
		<pubDate>Tue, 14 Oct 2008 20:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://kosmaczewski.net/?p=1152#comment-22996</guid>
		<description>[...] Follow these instructions to install PostgreSQL [...]</description>
		<content:encoded><![CDATA[<p>[...] Follow these instructions to install PostgreSQL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shanx</title>
		<link>http://kosmaczewski.net/2008/04/23/postgresql-leopard/comment-page-1/#comment-21576</link>
		<dc:creator>Shanx</dc:creator>
		<pubDate>Tue, 09 Sep 2008 08:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://kosmaczewski.net/?p=1152#comment-21576</guid>
		<description>I think BitNami&#039;s MAPP is the best way to install Postgres etc on a Leopard machine. Works like a charm.</description>
		<content:encoded><![CDATA[<p>I think BitNami&#8217;s MAPP is the best way to install Postgres etc on a Leopard machine. Works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://kosmaczewski.net/2008/04/23/postgresql-leopard/comment-page-1/#comment-21571</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Tue, 09 Sep 2008 08:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://kosmaczewski.net/?p=1152#comment-21571</guid>
		<description>Thanks for the link! I&#039;ll check it out for sure.</description>
		<content:encoded><![CDATA[<p>Thanks for the link! I&#8217;ll check it out for sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santosh Patnaik</title>
		<link>http://kosmaczewski.net/2008/04/23/postgresql-leopard/comment-page-1/#comment-21534</link>
		<dc:creator>Santosh Patnaik</dc:creator>
		<pubDate>Tue, 09 Sep 2008 01:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://kosmaczewski.net/?p=1152#comment-21534</guid>
		<description>Kyng Chaos has an OS X package/installer for PostgreSQL (currently version 8.3.3) that works on OS X Leopard for sure:

http://www.kyngchaos.com/wiki/software:postgres

It installs PostgreSQL in usr/local/pgsql with PL/Python built-in using Mac OS&#039;s default Python, and  OpenSSL, PAM, Kerberos 5, LDAP and thread safety support, creates user postgres and assigns pgsql to it, installs a startup item, and seeds an initial database.

To set a password for the user postgres:

$ sudo dscl localhost
&gt;cd Local/Default/Users/
&gt;passwd postgres new_password

pgAdmin III, the GUI-based admin tools, can be downloaded from http://www.pgadmin.org/
T</description>
		<content:encoded><![CDATA[<p>Kyng Chaos has an OS X package/installer for PostgreSQL (currently version 8.3.3) that works on OS X Leopard for sure:</p>
<p><a href="http://www.kyngchaos.com/wiki/software:postgres" rel="nofollow">http://www.kyngchaos.com/wiki/software:postgres</a></p>
<p>It installs PostgreSQL in usr/local/pgsql with PL/Python built-in using Mac OS&#8217;s default Python, and  OpenSSL, PAM, Kerberos 5, LDAP and thread safety support, creates user postgres and assigns pgsql to it, installs a startup item, and seeds an initial database.</p>
<p>To set a password for the user postgres:</p>
<p>$ sudo dscl localhost<br />
&gt;cd Local/Default/Users/<br />
&gt;passwd postgres new_password</p>
<p>pgAdmin III, the GUI-based admin tools, can be downloaded from <a href="http://www.pgadmin.org/" rel="nofollow">http://www.pgadmin.org/</a><br />
T</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erick</title>
		<link>http://kosmaczewski.net/2008/04/23/postgresql-leopard/comment-page-1/#comment-17435</link>
		<dc:creator>Erick</dc:creator>
		<pubDate>Tue, 15 Jul 2008 02:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://kosmaczewski.net/?p=1152#comment-17435</guid>
		<description>I tried MacPorts too, and the console stuff is pretty cumbersome. If I wanted that stuff, I&#039;d rather install from source. 

The folders inside MacPorts are HUGE and eat up way more space than necessary. And no, the install is not as clean as remove /opt. There are several other folders to uninstall: 

http://trac.macports.org/wiki/FAQ#HowdoIremoveoruninstallMacPorts

I loved the &quot;Postgresql for Mac&quot; software. Will write a blog entry, just to increase the traffic to that site! I want to run Postgresql for trying out my PHP and Python projects on Apache. For the latter, it&#039;s a breeze to install with XAMPP, but the Postgresql and PHP working in tandem is tricky. Any thoughts on making that work easily? 

Thanks for this excellent recommendation otherwise! The packaging is superlative.</description>
		<content:encoded><![CDATA[<p>I tried MacPorts too, and the console stuff is pretty cumbersome. If I wanted that stuff, I&#8217;d rather install from source. </p>
<p>The folders inside MacPorts are HUGE and eat up way more space than necessary. And no, the install is not as clean as remove /opt. There are several other folders to uninstall: </p>
<p><a href="http://trac.macports.org/wiki/FAQ#HowdoIremoveoruninstallMacPorts" rel="nofollow">http://trac.macports.org/wiki/FAQ#HowdoIremoveoruninstallMacPorts</a></p>
<p>I loved the &#8220;Postgresql for Mac&#8221; software. Will write a blog entry, just to increase the traffic to that site! I want to run Postgresql for trying out my PHP and Python projects on Apache. For the latter, it&#8217;s a breeze to install with XAMPP, but the Postgresql and PHP working in tandem is tricky. Any thoughts on making that work easily? </p>
<p>Thanks for this excellent recommendation otherwise! The packaging is superlative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://kosmaczewski.net/2008/04/23/postgresql-leopard/comment-page-1/#comment-14536</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Wed, 23 Apr 2008 19:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://kosmaczewski.net/?p=1152#comment-14536</guid>
		<description>Thanks for your comments Pierre!
Indeed I use MacPorts as often as possible, but in many cases I&#039;ve installed software using the classic &quot;./configure - make - make install&quot; or using package installers. It depends; if I need the latest version of a specific library, I prefer to install from source; but sometimes (or if I just need the binaries), then I use the installers. And finally there&#039;s Fink and MacPorts; I think it&#039;s great to work on a platform that offers so many choices.</description>
		<content:encoded><![CDATA[<p>Thanks for your comments Pierre!<br />
Indeed I use MacPorts as often as possible, but in many cases I&#8217;ve installed software using the classic &#8220;./configure &#8211; make &#8211; make install&#8221; or using package installers. It depends; if I need the latest version of a specific library, I prefer to install from source; but sometimes (or if I just need the binaries), then I use the installers. And finally there&#8217;s Fink and MacPorts; I think it&#8217;s great to work on a platform that offers so many choices.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Omidyar</title>
		<link>http://kosmaczewski.net/2008/04/23/postgresql-leopard/comment-page-1/#comment-14534</link>
		<dc:creator>Pierre Omidyar</dc:creator>
		<pubDate>Wed, 23 Apr 2008 17:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://kosmaczewski.net/?p=1152#comment-14534</guid>
		<description>Thanks for your post. I have to say that I had no trouble at all installing PostgresSQL 8.3 using MacPorts on Leopard on a new MacBook Air. The only slightly tricky thing is that you have to manually install the startup item, and manually init the database. The port makes this easy by spitting out two commands at the end of its installation that you can execute to accomplish these two things. The only trick is that if you happen to miss this console output, it can be a pain to scroll back and find the commands.

I haven&#039;t tweaked any shared memory params and haven&#039;t needed to, but I&#039;m not really pushing the db yet anyway.

I really like MacPorts because it simplifies package management, and installs everything cleanly under /opt/, which makes it trivial to remove everything if you decide things have gone horribly wrong and need a pristine machine. It also reminds me in that way of the excellent FreeBSD port system.</description>
		<content:encoded><![CDATA[<p>Thanks for your post. I have to say that I had no trouble at all installing PostgresSQL 8.3 using MacPorts on Leopard on a new MacBook Air. The only slightly tricky thing is that you have to manually install the startup item, and manually init the database. The port makes this easy by spitting out two commands at the end of its installation that you can execute to accomplish these two things. The only trick is that if you happen to miss this console output, it can be a pain to scroll back and find the commands.</p>
<p>I haven&#8217;t tweaked any shared memory params and haven&#8217;t needed to, but I&#8217;m not really pushing the db yet anyway.</p>
<p>I really like MacPorts because it simplifies package management, and installs everything cleanly under /opt/, which makes it trivial to remove everything if you decide things have gone horribly wrong and need a pristine machine. It also reminds me in that way of the excellent FreeBSD port system.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
