<?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/"
	>

<channel>
	<title>Binary Tides &#187; postgresql</title>
	<atom:link href="http://www.binarytides.com/blog/category/postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.binarytides.com/blog</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 05:31:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Postgresql , phpPgAdmin and pgadmin on Ubuntu 8.04 Hardy Heron</title>
		<link>http://www.binarytides.com/blog/postgresql-phppgadmin-and-pgadmin-on-ubuntu-8-04-hardy-heron/</link>
		<comments>http://www.binarytides.com/blog/postgresql-phppgadmin-and-pgadmin-on-ubuntu-8-04-hardy-heron/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 13:22:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=43</guid>
		<description><![CDATA[Postgresql , phpPGAdmin and pgadmin 3 can be installed from synaptic.
sudo apt-get install postgresqlsudo apt-get install phppgadminsudo apt-get install pgadmin3
After installation the postgres password of postgresql can be changed like this :

ALTER USER postgres WITH ENCRYPTED PASSWORD &#8216;&#8216;;
To exit :\q
Also create a database :sudo -u postgres createdb mydb
Now to access localhost/phppgadmin a link needs to [...]]]></description>
			<content:encoded><![CDATA[<p>Postgresql , phpPGAdmin and pgadmin 3 can be installed from synaptic.</p>
<p>sudo apt-get install postgresql<br />sudo apt-get install phppgadmin<br />sudo apt-get install pgadmin3</p>
<p>After installation the postgres password of postgresql can be changed like this :</p>
<p><span id="more-43"></span></p>
<p>ALTER USER postgres WITH ENCRYPTED PASSWORD &#8216;<***password***>&#8216;;</p>
<p>To exit :<br />\q</p>
<p>Also create a database :<br />sudo -u postgres createdb mydb</p>
<p>Now to access localhost/phppgadmin a link needs to be created which points to /usr/share/phppgadmin :</p>
<p>?<span style="font-size:100%;">ln -s /usr/share/phppgadmin /var/www/phppgadmin</p>
<p>Now localhost/phppgadmin should open up</p>
<p>Trying to login with user : postgres and password : created above might give the error :<br /></span>Login disallowed for security reasons.</p>
<p>To fix this edit /usr/share/phppgadmin/conf/config.inc.php<br />and change :<br />$conf['extra_login_security'] = true;<br />to<br />$conf['extra_login_security'] = false;</p>
<p>and then login again from phppgadmin and it should work fine.</p>
<p>Alternatively pgadmin3 can also be used to work with postgresql.<br />Start pgadmin and create a new connection using the icon on top left and it should work fine.</p>
<p>References :<br />1. <a href="https://help.ubuntu.com/community/PostgreSQL">Ubuntu Help</a></p>
<img src="http://www.binarytides.com/blog/?ak_action=api_record_view&id=43&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.binarytides.com/blog/postgresql-phppgadmin-and-pgadmin-on-ubuntu-8-04-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
