Re: role does not exist - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: role does not exist
Date
Msg-id 5091B526.9080403@commandprompt.com
Whole thread Raw
In response to role does not exist  ("Kevin Burton" <rkevinburton@charter.net>)
Responses Re: role does not exist  ("Kevin Burton" <rkevinburton@charter.net>)
List pgsql-general
On 10/31/2012 03:54 PM, Kevin Burton wrote:
> I have successfully installed PostgreSQL on a Ubuntu Linux machine.
> However right off the bat I type ‘psql’ and I get the error: ‘role
> “xxxx” does not exist’. Where xxx is the user name logged in. How do I
> overcome this hurdle. Right now all of our data is on a Windows SQL
> Server. Can someone give me step by step directions on how to import the
> databases from SQL Server. Actually I only want a few tables in the
> database. Hints?

Well step by step is a bit exhaustive for a mailing list. To solve the
specific question the default user is postgres and the default super
user within postgresql is postgres. Try this:

sudo -u postgres psql

JD

>
> Thank you.
>


--
Command Prompt, Inc. - http://www.commandprompt.com/
PostgreSQL Support, Training, Professional Services and Development
High Availability, Oracle Conversion, Postgres-XC
@cmdpromptinc - 509-416-6579


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: role does not exist
Next
From: "Xiong He"
Date:
Subject: Re: Why SyncOneBuffer does not called frequently?