<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"
>

<channel>
	<title>LiquidFoot &#187; Databases</title>
	<atom:link href="http://www.liquidfoot.com/tag/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.liquidfoot.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 17 Apr 2010 16:36:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Postgres on Ubuntu</title>
		<link>http://www.liquidfoot.com/2006/08/31/postgres-on-ubuntu/</link>
		<comments>http://www.liquidfoot.com/2006/08/31/postgres-on-ubuntu/#comments</comments>
		<pubDate>Thu, 31 Aug 2006 15:52:16 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.liquidfoot.com/?p=206</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class="body">
<p>I was setting my computer up for a database systems class I&#8217;m taking this semester. I got to the point of getting PostgreSQL 8.1, pgAdmin III, and the JDBC drivers installed, but I couldn&#8217;t figure out how to connect to the darn thing. I knew it created the account postgres, but since I was installing through apt-get, there wasn&#8217;t any point that I set the password.</p>
<p>I finally broke down and started reading the documentation (which is excellent by the way), but all of the documents about the initial configuration were on compiling from the sources. I finally got tired of clicking &#8220;Next&#8221; in the docbook files and stumbled across a post at <a href="http://hocuspok.us/journal/postgresql-on-ubuntu-linux-how-to-updated">hocuspok.us</a>.</p>
<p>The step I was missing (and I&#8217;m sure I would have eventually found) was running:</p>
<div class="code">&gt; sudo su postgres -c psql template1<br />
template1=# ALTER USER postgres WITH PASSWORD &#8216;$password$&#8217;;<br />
template1=# \q</div>
<p>Even after just playing with this for a couple of hours, I&#8217;m seriosly thinking of changing my development DB from MySQL to PostgreSQL. Pretty impressive!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.liquidfoot.com/2006/08/31/postgres-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
