Re: psql won't start

Поиск
Список
Период
Сортировка
От Thomas Good
Тема Re: psql won't start
Дата
Msg-id Pine.LNX.3.96.1001109083407.6129A-100000@q8.nrnet.org
обсуждение исходный текст
Ответ на psql won't start  ("Diego A. Puertas F." <dpuertas@uc.edu.ve>)
Список pgsql-novice
On Thu, 9 Nov 2000, Diego A. Puertas F. wrote:

> I have compiled succesfully PostgreSQL 7.0.2, and I had ran psql at least
> twice and built a database without problem.
>
>
> Now psql is not starting and throws the following message:
>
>  psql: FATAL 1:  Database "postgres" does not exist in the system catalog.
>
>
> So, what's going on?

Diego,

You are missing an argument: the database name...

$ psql <dbname>
For exam:  $ psql template1

--------------------------------------------------------------------
               SVCMC - Center for Behavioral Health
--------------------------------------------------------------------
Thomas Good                          tomg@ { admin | q8 } .nrnet.org
IS Coordinator / DBA                 Phone: 718-354-5528
                                     Fax:   718-354-5056
--------------------------------------------------------------------
Powered by:  PostgreSQL     s l a c k w a r e          FreeBSD:
               RDBMS       |---------- linux      The Power To Serve
--------------------------------------------------------------------


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

Предыдущее
От: "Diego A. Puertas F."
Дата:
Сообщение: psql won't start
Следующее
От:
Дата:
Сообщение: shared memory blocks?