Re: make check fails: user "postgres" doesn't exist - Mailing list pgsql-hackers

From Markus Bertheau
Subject Re: make check fails: user "postgres" doesn't exist
Date
Msg-id 1057093754.2509.9.camel@saphir
Whole thread Raw
In response to Re: make check fails: user "postgres" doesn't exist  (Jeff <jam@zoidtechnologies.com>)
Responses Re: make check fails: user "postgres" doesn't exist  (Jeff <jam@zoidtechnologies.com>)
List pgsql-hackers
В Втр, 01.07.2003, в 22:53, Jeff пишет:
> On Tue, Jul 01, 2003 at 10:28:12PM +0200, Markus Bertheau wrote:
> > make check fails, and I have absolutely no idea where to look:
> >
> > running on port 65432 with pid 631
> > ============== creating database "regression"         ==============
> > createdb: could not connect to database template1: FATAL:  user
> > "postgres" does not exist
> > pg_regress: createdb failed
> > make: *** [check] ???????????? 2
> >
>
> simply add the user. in a unix environment, and specifically Red Hat (though
> it may apply in other places), you use the 'adduser' program, which has a
> good man page. try 'man -k passwd' or 'man -k user' or something for hints
> on your platform.

The user postgres exists, but that wouldn't help, because I'm running
make check as a user. And the postgres user that is meant is the
postgres user that has nothing to do with the system postgres user, I
think.

--
Markus Bertheau.
Berlin, Berlin.
Germany.


pgsql-hackers by date:

Previous
From: Jeff
Date:
Subject: Re: make check fails: user "postgres" doesn't exist
Next
From: Jeff
Date:
Subject: Re: make check fails: user "postgres" doesn't exist