<?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"
	>
<channel>
	<title>Comments on: Install PostgreSQL on Ubuntu&#160;7.10</title>
	<atom:link href="http://hocuspokus.net/2007/11/05/install-postgresql-on-ubuntu-710/feed/" rel="self" type="application/rss+xml" />
	<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2007%2F11%2F05%2Finstall-postgresql-on-ubuntu-710%2F&amp;seed_title=Install+PostgreSQL+on+Ubuntu%26%23160%3B7.10</link>
	<description>the life and times of a code monkey</description>
	<pubDate>Mon, 01 Dec 2008 18:32:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Dekono dal</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2007%2F11%2F05%2Finstall-postgresql-on-ubuntu-710%2F&amp;seed_title=Install+PostgreSQL+on+Ubuntu%26%23160%3B7.10#comment-606</link>
		<dc:creator>Dekono dal</dc:creator>
		<pubDate>Tue, 18 Nov 2008 08:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2007/11/05/install-posgresql-on-ubuntu-710/#comment-606</guid>
		<description>This is wonderful, and I think it should be add on wiki documentation in www.openerp.com


Thanks a lot.</description>
		<content:encoded><![CDATA[<p>This is wonderful, and I think it should be add on wiki documentation in <a href="http://www.openerp.com" >http://www.openerp.com</a></p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daz</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2007%2F11%2F05%2Finstall-postgresql-on-ubuntu-710%2F&amp;seed_title=Install+PostgreSQL+on+Ubuntu%26%23160%3B7.10#comment-492</link>
		<dc:creator>Daz</dc:creator>
		<pubDate>Wed, 29 Oct 2008 18:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2007/11/05/install-posgresql-on-ubuntu-710/#comment-492</guid>
		<description>&lt;blockquote&gt;
How can I check if the server is running like it is supposed to?
&lt;/blockquote&gt;

Try this command:

&lt;code&gt;ps aux &#124; grep postgres&lt;/code&gt;

You should have an entry containing something like the following if PostgreSQL is up and running:

&lt;code&gt;/usr/lib/postgresql/8.2/bin/postgres -D&lt;/code&gt;

&lt;blockquote&gt;
How can I start this server?
&lt;/blockquote&gt;

If it's not running, try this:

&lt;code&gt;sudo /etc/init.d/postgresql-8.2 start&lt;/code&gt;</description>
		<content:encoded><![CDATA[<blockquote><p>
How can I check if the server is running like it is supposed to?
</p></blockquote>
<p>Try this command:</p>
<p><code>ps aux | grep postgres</code></p>
<p>You should have an entry containing something like the following if PostgreSQL is up and running:</p>
<p><code>/usr/lib/postgresql/8.2/bin/postgres -D</code></p>
<blockquote><p>
How can I start this server?
</p></blockquote>
<p>If it&#8217;s not running, try this:</p>
<p><code>sudo /etc/init.d/postgresql-8.2 start</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B. Desire</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2007%2F11%2F05%2Finstall-postgresql-on-ubuntu-710%2F&amp;seed_title=Install+PostgreSQL+on+Ubuntu%26%23160%3B7.10#comment-488</link>
		<dc:creator>B. Desire</dc:creator>
		<pubDate>Wed, 29 Oct 2008 13:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2007/11/05/install-posgresql-on-ubuntu-710/#comment-488</guid>
		<description>After :$ sudo su postgres -c psql template1
I am getting :

psql: could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?

How can I check if the server is running like it is supposed to?
How can I start this server?</description>
		<content:encoded><![CDATA[<p>After :$ sudo su postgres -c psql template1<br />
I am getting :</p>
<p>psql: could not connect to server: No such file or directory<br />
        Is the server running locally and accepting<br />
        connections on Unix domain socket &#8220;/var/run/postgresql/.s.PGSQL.5432&#8221;?</p>
<p>How can I check if the server is running like it is supposed to?<br />
How can I start this server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Esdras</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2007%2F11%2F05%2Finstall-postgresql-on-ubuntu-710%2F&amp;seed_title=Install+PostgreSQL+on+Ubuntu%26%23160%3B7.10#comment-480</link>
		<dc:creator>Esdras</dc:creator>
		<pubDate>Thu, 23 Oct 2008 22:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2007/11/05/install-posgresql-on-ubuntu-710/#comment-480</guid>
		<description>hey... many thanks buddy, this guide saved my day... xD</description>
		<content:encoded><![CDATA[<p>hey&#8230; many thanks buddy, this guide saved my day&#8230; <img src='http://hocuspokus.net/wp-content/plugins/smilies-themer/tango/face-grin.png' alt='xD' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing PostgreSQL on Ubuntu 8.10 &#171; Fernando Correia&#8217;s Weblog</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2007%2F11%2F05%2Finstall-postgresql-on-ubuntu-710%2F&amp;seed_title=Install+PostgreSQL+on+Ubuntu%26%23160%3B7.10#comment-473</link>
		<dc:creator>Installing PostgreSQL on Ubuntu 8.10 &#171; Fernando Correia&#8217;s Weblog</dc:creator>
		<pubDate>Sat, 18 Oct 2008 17:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2007/11/05/install-posgresql-on-ubuntu-710/#comment-473</guid>
		<description>[...] http://bioinformaticsonline.co.uk/2007/02/26/postgresql_on_ubuntu_linux_how_to and  http://hocuspokus.net/2007/11/05/install-postgresql-on-ubuntu-710/ and adapted the instructions a little [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://bioinformaticsonline.co.uk/2007/02/26/postgresql_on_ubuntu_linux_how_to" rel="nofollow">http://bioinformaticsonline.co.uk/2007/02/26/postgresql_on_ubuntu_linux_how_to</a> and  <a href="http://hocuspokus.net/2007/11/05/install-postgresql-on-ubuntu-710/" >http://hocuspokus.net/2007/11/05/install-postgresql-on-ubuntu-710/</a> and adapted the instructions a little [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: celio</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2007%2F11%2F05%2Finstall-postgresql-on-ubuntu-710%2F&amp;seed_title=Install+PostgreSQL+on+Ubuntu%26%23160%3B7.10#comment-451</link>
		<dc:creator>celio</dc:creator>
		<pubDate>Thu, 02 Oct 2008 02:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2007/11/05/install-posgresql-on-ubuntu-710/#comment-451</guid>
		<description>thank you!</description>
		<content:encoded><![CDATA[<p>thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arem</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2007%2F11%2F05%2Finstall-postgresql-on-ubuntu-710%2F&amp;seed_title=Install+PostgreSQL+on+Ubuntu%26%23160%3B7.10#comment-444</link>
		<dc:creator>Arem</dc:creator>
		<pubDate>Fri, 26 Sep 2008 19:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2007/11/05/install-posgresql-on-ubuntu-710/#comment-444</guid>
		<description>thanks so much for this guide!!!</description>
		<content:encoded><![CDATA[<p>thanks so much for this guide!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daz</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2007%2F11%2F05%2Finstall-postgresql-on-ubuntu-710%2F&amp;seed_title=Install+PostgreSQL+on+Ubuntu%26%23160%3B7.10#comment-433</link>
		<dc:creator>Daz</dc:creator>
		<pubDate>Tue, 16 Sep 2008 08:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2007/11/05/install-posgresql-on-ubuntu-710/#comment-433</guid>
		<description>&lt;blockquote&gt;Thanks for the tutorial.
A semicolon (‘;’) is missing at the end of the ALTER command.
Had me stuck for a while :)
&lt;/blockquote&gt;

Post updated. :)</description>
		<content:encoded><![CDATA[<blockquote><p>Thanks for the tutorial.<br />
A semicolon (‘;’) is missing at the end of the ALTER command.<br />
Had me stuck for a while <img src='http://hocuspokus.net/wp-content/plugins/smilies-themer/tango/face-smile.png' alt=':)' class='wp-smiley' />
</p></blockquote>
<p>Post updated. <img src='http://hocuspokus.net/wp-content/plugins/smilies-themer/tango/face-smile.png' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noam Lewis</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2007%2F11%2F05%2Finstall-postgresql-on-ubuntu-710%2F&amp;seed_title=Install+PostgreSQL+on+Ubuntu%26%23160%3B7.10#comment-431</link>
		<dc:creator>Noam Lewis</dc:creator>
		<pubDate>Mon, 15 Sep 2008 16:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2007/11/05/install-posgresql-on-ubuntu-710/#comment-431</guid>
		<description>Thanks for the tutorial.
A semicolon (';') is missing at the end of the ALTER command.
Had me stuck for a while :)

Update the post :)</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial.<br />
A semicolon (&#8216;;&#8217;) is missing at the end of the ALTER command.<br />
Had me stuck for a while <img src='http://hocuspokus.net/wp-content/plugins/smilies-themer/tango/face-smile.png' alt=':)' class='wp-smiley' /><br />
Update the post <img src='http://hocuspokus.net/wp-content/plugins/smilies-themer/tango/face-smile.png' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhil</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2007%2F11%2F05%2Finstall-postgresql-on-ubuntu-710%2F&amp;seed_title=Install+PostgreSQL+on+Ubuntu%26%23160%3B7.10#comment-421</link>
		<dc:creator>Nikhil</dc:creator>
		<pubDate>Tue, 19 Aug 2008 21:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://hocuspokus.net/2007/11/05/install-posgresql-on-ubuntu-710/#comment-421</guid>
		<description>$ sudo su postgres -c psql &#60; /usr/share/postgresql/8.2/contrib/adminpack.sql

after using this command i got this:

ERROR:  could not access file "$libdir/adminpack": No such file or directory
ERROR:  could not access file "$libdir/adminpack": No such file or directory
ERROR:  function pg_catalog.pg_file_rename(text, text, text) does not exist
HINT:  No function matches the given name and argument types. You may need to add explicit type casts.
CONTEXT:  SQL function "pg_file_rename"
ERROR:  could not access file "$libdir/adminpack": No such file or directory
ERROR:  could not access file "$libdir/adminpack": No such file or directory
CREATE FUNCTION
CREATE FUNCTION
CREATE FUNCTION
Is it ok to proceed ahead/whats the problem.</description>
		<content:encoded><![CDATA[<p>$ sudo su postgres -c psql &lt; /usr/share/postgresql/8.2/contrib/adminpack.sql</p>
<p>after using this command i got this:</p>
<p>ERROR:  could not access file &#8220;$libdir/adminpack&#8221;: No such file or directory<br />
ERROR:  could not access file &#8220;$libdir/adminpack&#8221;: No such file or directory<br />
ERROR:  function pg_catalog.pg_file_rename(text, text, text) does not exist<br />
HINT:  No function matches the given name and argument types. You may need to add explicit type casts.<br />
CONTEXT:  SQL function &#8220;pg_file_rename&#8221;<br />
ERROR:  could not access file &#8220;$libdir/adminpack&#8221;: No such file or directory<br />
ERROR:  could not access file &#8220;$libdir/adminpack&#8221;: No such file or directory<br />
CREATE FUNCTION<br />
CREATE FUNCTION<br />
CREATE FUNCTION<br />
Is it ok to proceed ahead/whats the problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.548 seconds -->
