Re: problem while starting server ???

Поиск
Список
Период
Сортировка
От Adam Haberlach
Тема Re: problem while starting server ???
Дата
Msg-id 20010521090607.A19785@newsnipple.com
обсуждение исходный текст
Ответ на problem while starting server ???  ("Subhramanya Shiva" <shiva@archeanit.com>)
Список pgsql-jdbc
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@newsnipple.com       | http://youlook.org
http://www.newsnipple.com |
'88 EX500    '00 >^<      |

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Jeremy Buchmann
Дата:
Сообщение: Re: JDBC connectivity beginner
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Patches for Serialize.java