ERROR

Поиск
Список
Период
Сортировка
От Ricardo Romero
Тема ERROR
Дата
Msg-id 355F028A.AF15F453@netfriendly.com
обсуждение исходный текст
Ответ на view problem  (The Hermit Hacker <scrappy@hub.org>)
Ответы Re: [GENERAL] ERROR  (Peter Mount <pgsqlgen@retep.org.uk>)
Список pgsql-general
Hi.

postgreSQL instaled since 15/may/98 on FreeBSD 2.2.5

# su - pgsql
$ postmaster -S
$ createdb mydb
Connection to database 'template1' failed.
connectDB() failed: Is the postmaster running at 'localhost' on port '5432'?
createdb: database creation failed on mydb.
$ createuser rromero
Connection to database 'template1' failed.
connectDB() failed: Is the postmaster running at 'localhost' on port '5432'?
createuser: database access failed.
$ destroydb mydb
Connection to database 'template1' failed.
connectDB() failed: Is the postmaster running at 'localhost' on port '5432'?
destroydb: database destroy failed on mydb.
$ psql
Connection to database 'pgsql' failed.
connectDB() failed: Is the postmaster running at 'localhost' on port '5432'?
$


Somebody help-me please ?????


rromero@netserv.com.br


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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: field delimiter...
Следующее
От: Peter Mount
Дата:
Сообщение: Re: [GENERAL] ERROR