Re: initdb fails at initializing pg_shadow

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joerg Brandt <jbrandt(at)math(dot)uni-bremen(dot)de>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: initdb fails at initializing pg_shadow
Date: 2001-05-10 22:31:12
Message-ID: 393.989533872@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Joerg Brandt <jbrandt(at)math(dot)uni-bremen(dot)de> writes:
> Is the following a bug or my mistake -- any hints?

Looks like a problem all right ... which PG version is this exactly?

>> Initializing pg_shadow.

> initdb failed.
> Removing temp file /tmp/initdb.11243.

Unfortunately initdb shoves all the output from the later steps straight
to /dev/null, so you can't see what went wrong here. Look in the initdb
script and remove the "-o /dev/null" from PGSQL_OPT and the >/dev/null
from the commands that set up pg_shadow, so that we can get more info.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message R D 2001-05-11 09:22:38 CREATE TABLE (allow/deny)
Previous Message Tom Lane 2001-05-10 22:24:44 Re: Cursor keys not working, repost.