Re: problem while starting server ???

From: Adam Haberlach <adam(at)newsnipple(dot)com>
To: Subhramanya Shiva <shiva(at)archeanit(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: problem while starting server ???
Date: 2001-05-21 16:06:07
Message-ID: 20010521090607.A19785@newsnipple.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-sql

On Sun, May 20, 2001 at 10:46:07PM +0530, Subhramanya Shiva wrote:
> Hi all
>
> I installed postgresql successfully.
> But when i starting the server it is showing the server status differently
>
> DEBUG: CheckPoint record at (0, 1522288)
> DEBUG: Redo record at (0, 1522288); Undo record at (0, 0); Shutdown TRUE
> DEBUG: NextTransactionId: 618; NextOid: 18720
> DEBUG: database system is in production state

This is normal.

> after this
> when i was starting the psql
> it was giving error "user not found in the system catalog"

You probably want to start psql with the '-U' option and specify that
you are connecting with the 'postgres' user. Then you can use the "CREATE
USER" command to make one with your username.

--
Adam Haberlach |
adam(at)newsnipple(dot)com | http://youlook.org
http://www.newsnipple.com |
'88 EX500 '00 >^< |

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-05-22 01:33:30 Re: Patches for Serialize.java
Previous Message Jeremy Buchmann 2001-05-21 15:29:02 Re: JDBC connectivity beginner

Browse pgsql-sql by date

  From Date Subject
Next Message gabi munteanu 2001-05-21 19:33:27 sequence problem
Previous Message Tom Lane 2001-05-21 14:16:45 Re: HELP: what's wrong with my PL/PSQL function??