<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Wayne Graham&apos;s Blog - Databases</title>
			<link>http://swem.wm.edu/blogs/waynegraham/index.cfm</link>
			<description>ColdFusion Development for Academic Libraries</description>
			<language>en-us</language>
			<pubDate>Sun, 22 Nov 2009 16:36:29 -0500</pubDate>
			<lastBuildDate>Thu, 31 Aug 2006 20:52:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>wsgrah@wm.edu</managingEditor>
			<webMaster>wsgrah@wm.edu</webMaster>
			
			
			
			
			
			<item>
				<title>Postgres on Ubuntu</title>
				<link>http://swem.wm.edu/blogs/waynegraham/index.cfm/2006/8/31/Postgres-on-Ubuntu</link>
				<description>
				
				I was setting my computer up for a database systems class I&apos;m taking this semester. I got to the point of getting PostgreSQL 8.1, pgAdmin III, and the JDBC drivers installed, but I couldn&apos;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&apos;t any point that I set the password. 

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 &quot;Next&quot; in the docbook files and stumbled across a post at &lt;a href=&quot;http://hocuspok.us/journal/postgresql-on-ubuntu-linux-how-to-updated&quot;&gt;hocuspok.us&lt;/a&gt;.

The step I was missing (and I&apos;m sure I would have eventually found) was running:

&lt;code&gt;
&gt; sudo su postgres -c psql template1
template1=# ALTER USER postgres WITH PASSWORD &apos;$password$&apos;;
template1=# \q
&lt;/code&gt;

Even after just playing with this for a couple of hours, I&apos;m seriosly thinking of changing my development DB from MySQL to PostgreSQL. Pretty impressive!
				
				</description>
						
				
				<category>Databases</category>				
				
				<category>Linux</category>				
				
				<pubDate>Thu, 31 Aug 2006 20:52:00 -0500</pubDate>
				<guid>http://swem.wm.edu/blogs/waynegraham/index.cfm/2006/8/31/Postgres-on-Ubuntu</guid>
				
			</item>
			
		 	
			</channel></rss>