Re: well, this is a newbie list...

From: "Fernando M(dot) Maresca" <fmaresca(at)monssa(dot)com(dot)ar>
To: Richard Tidd <tidd(at)IMCS(dot)rutgers(dot)edu>
Cc: pgsql newbie mailing list <pgsql-novice(at)postgresql(dot)org>
Subject: Re: well, this is a newbie list...
Date: 2001-01-05 00:20:48
Message-ID: Pine.LNX.4.21.0101042118560.7105-100000@amadeus.monssa.com.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Thu, 4 Jan 2001, Richard Tidd wrote:

> I have a question regarding the creation of users (I think). Anyway, I
> am running Mandrake 7.2, which installs postgres during the linux
> install. I see during startup that the postmaster is started. I got
> the following result:
>
> [rick(at)fuller ~]$ createdb mydb
> psql: FATAL 1: SetUserId: user 'rick' is not in 'pg_shadow'
> createdb: database creation failed

su root
password: teh root pass in your machine
then
su postgres
%> CREATE USER rick
folow the simple instructions and exit su.
The user now is postgres recognized.
Luck.
Fernando
>
> I assume that this means that my user id is not yet valid under
> postgres. The section in the admin document labelled "Creating Users"
> is empty. The documentation does talk about "becoming user postgres".
> I am not sure what I need to do for this either.
>
> Please help.
>
> Rick
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Thomas SMETS 2001-01-05 00:31:26 Casting
Previous Message Albert REINER 2001-01-04 20:45:04 Re: Question on setting up trigger.