Обсуждение: Re: POSTGRESQL - Init DB failed

Поиск
Список
Период
Сортировка

Re: POSTGRESQL - Init DB failed

От
"Raveendra Yerraguntla"
Дата:
While excuting
initdb -d /usr/share/postgresql/data
.
....
.
.
Initializing pg_shadow.

initdb failed.
removing temp file /tmp/initdb.1236


Can someone guide me through this.

Thanks
Raveendra



_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


Re: POSTGRESQL - Init DB failed

От
Jason Tishler
Дата:
Raveendra,

On Fri, Mar 08, 2002 at 02:25:23PM +0000, Raveendra Yerraguntla wrote:
> While excuting
> initdb -d /usr/share/postgresql/data
          ^
          +--- Is the above a typo?  It should be "D" not "d".

> .
> ....
> .
> .
> Initializing pg_shadow.
>
> initdb failed.
> removing temp file /tmp/initdb.1236
>
> Can someone guide me through this.

We need more details if you expect help.  Try the following:

    $ sh -x initdb -D /usr/share/postgresql/data

Jason