Re: role does not exist

From: "Kevin Burton" <rkevinburton(at)charter(dot)net>
To: "'Adrian Klaver'" <adrian(dot)klaver(at)gmail(dot)com>
Cc: "'Joshua D(dot) Drake'" <jd(at)commandprompt(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: role does not exist
Date: 2012-11-01 15:06:48
Message-ID: 00a801cdb842$84700aa0$8d501fe0$@charter.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I had to install postgresql-client-common and postgresql-client-9.1 to get
psql it said that psql was in postgresql-client-common AND postgresql-xc.
Now that I know to avoid 'xc' I choose the common and rebooted. Then I tried
to run psql and I was met with an error that at least one of
postgresql-client-<version> had to be installed so I installed
postgresql-client-9.1. Now when I run psql I get the error:

psql: could not connect to server: not such file or directory . . . .

Now what?

-----Original Message-----
From: Adrian Klaver [mailto:adrian(dot)klaver(at)gmail(dot)com]
Sent: Thursday, November 01, 2012 9:51 AM
To: Kevin Burton
Cc: 'Joshua D. Drake'; pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] role does not exist

On 11/01/2012 07:38 AM, Kevin Burton wrote:
> The version of Ubuntu is 12.10.
>
> I am not sure what version of PostgreSQL it install but it is now 9.1
>
> No other packages were installed (I installed 'make' to try and see
> the documentation).
>
> So how do I uninstall postgreSQL-XC if that is the problem?
>
>

Not sure how you are doing the installs/removals.

If you are using GUI interface i.e Synaptic then search for postgres-xc and
then follow removal procedure.

If from the command line:
To get the name of the packages:
dpkg -l|grep postgres-xc
Then
sudo apt-get purge whatever_package_name

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Burton 2012-11-01 15:11:16 Re: role does not exist
Previous Message Adrian Klaver 2012-11-01 14:50:45 Re: role does not exist