Re: make check fails: user "postgres" doesn't exist

From: Jeff <jam(at)zoidtechnologies(dot)com>
To: Markus Bertheau <twanger(at)bluetwanger(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: make check fails: user "postgres" doesn't exist
Date: 2003-07-01 20:53:28
Message-ID: 20030701205328.GB11270@zoidtechnologies.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jul 01, 2003 at 10:28:12PM +0200, Markus Bertheau wrote:
> Subject: [HACKERS] make check fails: user "postgres" doesn't exist
> From: Markus Bertheau <twanger(at)bluetwanger(dot)de>
> To: pgsql-hackers(at)postgresql(dot)org
> X-Mailer: Ximian Evolution 1.4.0
> Date: 01 Jul 2003 22:28:12 +0200
>
> Hi,
>
> 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.

regards,
J
--
|| Jeff - http://zoidtechnologies.com/
|| GNUPG Fingerprint: A607 0F19 7C75 1305 67E4 BDFF 26BD 606E 3517 2A42

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Markus Bertheau 2003-07-01 21:09:15 Re: make check fails: user "postgres" doesn't exist
Previous Message Markus Bertheau 2003-07-01 20:28:12 make check fails: user "postgres" doesn't exist