| From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
|---|---|
| To: | Kevin Burton <rkevinburton(at)charter(dot)net> |
| 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 14:50:45 |
| Message-ID: | 50928C45.7050705@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kevin Burton | 2012-11-01 15:06:48 | Re: role does not exist |
| Previous Message | paris strikos | 2012-11-01 14:40:37 | PostgreSQL 8.3 with Java 7 |