Re: need help

From: "Jeff Eckermann" <jeckermann(at)verio(dot)net>
To: <meenahere(at)lycos(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: need help
Date: 2001-09-14 21:41:53
Message-ID: 030601c13d66$12678fe0$279c10ac@INTERNAL
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Did you do "initdb"?
I suggest you read man pages:
man initdb
man postmaster
man pg_ctl
man createdb
man createuser
and PostgreSQL documentation in general.

If you are not able to solve the problem, please make a further post giving
details like:
PostgreSQL version you are using
Platform (OS etc)
Whether you installed using a package, or compiled from source
Any configure options you used

----- Original Message -----
From: " meena nimmagadda" <meenahere(at)lycos(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Friday, September 07, 2001 11:01 AM
Subject: [GENERAL] need help

> Hi! I have some doubts on Postgres....
> Once we start a Postmaster process, will it keep running forever? How can
we restart/stop??(the commands???)
> Also, should we start the Postmaster only as the "postgres" superuser???
Is it possible to have users for postgres database also....like in
linux....we have users? What is the importance of users and superuser?
> After I start Postmaster process, I am getting the following error:
> SetUserId: user 'postgres' is not in 'pg_shadow'.
> What does it mean? How do I avoid it? Because of this,I am not able to
create a database......after starting postmaster process.
> Thanks,
> Meena.
>
>
> Get 250 color business cards for FREE!
> http://businesscards.lycos.com/vp/fastpath/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>

In response to

  • need help at 2001-09-07 16:01:06 from meena nimmagadda

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2001-09-14 22:25:17 Re: joinning tables
Previous Message Jeff Eckermann 2001-09-14 21:37:04 Re: error while generating and EXECUTEing a query dynamically