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 14:16:37
Message-ID: 009601cdb83b$81880a10$84981e30$@charter.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am not running on multiple machines. I think that initdb or something like
it was not installed so it when I tried to invoke it Iwas met with an error
that initdb is in the postgres-xc package and then told me how to install
it. Not having known that postgres-xc is clustering software I just did what
I was told. If that is my mistake then how do I uninstall it? Or is it
easier to install the OS again?

-----Original Message-----
From: Adrian Klaver [mailto:adrian(dot)klaver(at)gmail(dot)com]
Sent: Thursday, November 01, 2012 9:11 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:00 AM, Kevin Burton wrote:
> I do see actually three lines with a -D in it that may be similar:
>
> 1166 ? S 0:01 /usr/bin/postgres -C -D /var/lib/postgres-xc/coord
> 1214 ? S 0:01 /usr/bin/postgres -X -D /var/lib/postgres-xc/datanode1
> 1233 ? S 0:01 /usr/bin/postgres -X -D /var/lib/postgres-xc/datanode2
>
> There are a number of entries of the form:
>
> 1185 ? Ss 0:10 postgres: pooler process
>

That is not what you said you installed. It is Postgres-XC, a clustering
software. Not only that there is pooling software between you and the
database. Are you working with different machines?

--
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 14:18:49 Re: role does not exist
Previous Message Chris Angelico 2012-11-01 14:14:01 Re: role does not exist