<?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.2 on Leopard with macports	</title>
	<atom:link href="https://logs.paulooi.com/installing-postgresql-82-on-leopard-with-macports.php/feed" rel="self" type="application/rss+xml" />
	<link>https://logs.paulooi.com/installing-postgresql-82-on-leopard-with-macports.php</link>
	<description>Systems Admin, Web Development and etc</description>
	<lastBuildDate>Thu, 22 Sep 2011 01:05:16 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Al Brown		</title>
		<link>https://logs.paulooi.com/installing-postgresql-82-on-leopard-with-macports.php/comment-page-1#comment-80061</link>

		<dc:creator><![CDATA[Al Brown]]></dc:creator>
		<pubDate>Wed, 21 Sep 2011 22:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://systems.takizo.com/2008/03/10/installing-postgresql-82-on-leopard-with-macports/#comment-80061</guid>

					<description><![CDATA[slight misspelling here, should be postgres, not portgres: 

  sudo port -v install portgresql82-server]]></description>
			<content:encoded><![CDATA[<p>slight misspelling here, should be postgres, not portgres: </p>
<p>  sudo port -v install portgresql82-server</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Victor		</title>
		<link>https://logs.paulooi.com/installing-postgresql-82-on-leopard-with-macports.php/comment-page-1#comment-75677</link>

		<dc:creator><![CDATA[Victor]]></dc:creator>
		<pubDate>Sun, 30 Nov 2008 23:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://systems.takizo.com/2008/03/10/installing-postgresql-82-on-leopard-with-macports/#comment-75677</guid>

					<description><![CDATA[@Em
Thanks for your reply.
I think I understand now: the user (or role how it is called in PostgreSQL) named &quot;takizo&quot;, which is used two lines later, was created interactively during this step. That was the missing link for me.]]></description>
			<content:encoded><![CDATA[<p>@Em<br />
Thanks for your reply.<br />
I think I understand now: the user (or role how it is called in PostgreSQL) named &#8220;takizo&#8221;, which is used two lines later, was created interactively during this step. That was the missing link for me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Em		</title>
		<link>https://logs.paulooi.com/installing-postgresql-82-on-leopard-with-macports.php/comment-page-1#comment-75676</link>

		<dc:creator><![CDATA[Em]]></dc:creator>
		<pubDate>Sat, 29 Nov 2008 09:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://systems.takizo.com/2008/03/10/installing-postgresql-82-on-leopard-with-macports/#comment-75676</guid>

					<description><![CDATA[@Victor

The postgres user does already exist in the OS at that point. The createuser command is for creating users (technically roles) within postgresql itself. After running the command it prompts for the name of the role if you do not specify it on the command line.

Here is a URL for the full documentation of the command:
http://www.postgresql.org/docs/8.3/static/app-createuser.html]]></description>
			<content:encoded><![CDATA[<p>@Victor</p>
<p>The postgres user does already exist in the OS at that point. The createuser command is for creating users (technically roles) within postgresql itself. After running the command it prompts for the name of the role if you do not specify it on the command line.</p>
<p>Here is a URL for the full documentation of the command:<br />
<a href="http://www.postgresql.org/docs/8.3/static/app-createuser.html" rel="nofollow ugc">http://www.postgresql.org/docs/8.3/static/app-createuser.html</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Victor		</title>
		<link>https://logs.paulooi.com/installing-postgresql-82-on-leopard-with-macports.php/comment-page-1#comment-75675</link>

		<dc:creator><![CDATA[Victor]]></dc:creator>
		<pubDate>Fri, 28 Nov 2008 07:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://systems.takizo.com/2008/03/10/installing-postgresql-82-on-leopard-with-macports/#comment-75675</guid>

					<description><![CDATA[Thanks for this posting, it saved my day (ehm... night). Especially the selfupdate of MacPorts at the beginning, I would have given up because it was some months old and it did not find any PgSQL sources anymore.

I have a question on the first &quot;createuser&quot; call: is there something missing, the user name? Because at that point the postgres user should already exist...

[...]
&#062; /opt/local/lib/postgresql82/bin/createuser -s -d -r -P [...here???...]
&#062; exit # quit as postgres user
[...]]]></description>
			<content:encoded><![CDATA[<p>Thanks for this posting, it saved my day (ehm&#8230; night). Especially the selfupdate of MacPorts at the beginning, I would have given up because it was some months old and it did not find any PgSQL sources anymore.</p>
<p>I have a question on the first &#8220;createuser&#8221; call: is there something missing, the user name? Because at that point the postgres user should already exist&#8230;</p>
<p>[&#8230;]<br />
&gt; /opt/local/lib/postgresql82/bin/createuser -s -d -r -P [&#8230;here???&#8230;]<br />
&gt; exit # quit as postgres user<br />
[&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Install MySQL5 Server on Apple Mac Leopard with MacPorts &#124; takizo, not takezo		</title>
		<link>https://logs.paulooi.com/installing-postgresql-82-on-leopard-with-macports.php/comment-page-1#comment-75397</link>

		<dc:creator><![CDATA[Install MySQL5 Server on Apple Mac Leopard with MacPorts &#124; takizo, not takezo]]></dc:creator>
		<pubDate>Mon, 09 Jun 2008 05:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://systems.takizo.com/2008/03/10/installing-postgresql-82-on-leopard-with-macports/#comment-75397</guid>

					<description><![CDATA[[...] I wrote a post on &#8220;installing postgresql 8.2 on Leopard with macports&#8220;, seem like quite a no. of people also interested to know how to MySQL5 as server on Mac [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] I wrote a post on &#8220;installing postgresql 8.2 on Leopard with macports&#8220;, seem like quite a no. of people also interested to know how to MySQL5 as server on Mac [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ram		</title>
		<link>https://logs.paulooi.com/installing-postgresql-82-on-leopard-with-macports.php/comment-page-1#comment-64830</link>

		<dc:creator><![CDATA[ram]]></dc:creator>
		<pubDate>Thu, 20 Mar 2008 08:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://systems.takizo.com/2008/03/10/installing-postgresql-82-on-leopard-with-macports/#comment-64830</guid>

					<description><![CDATA[in the installing time what i write in the password box]]></description>
			<content:encoded><![CDATA[<p>in the installing time what i write in the password box</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
