Обсуждение: initdb on cygwin

Поиск
Список
Период
Сортировка

initdb on cygwin

От
"Thorsten Ottosen"
Дата:
Aloha,

I have installed PostgreSql on cygwin. I then create
a directory /usr/local/pgsql/data and changed access permission
to full. I then try to execute this:
===================
bash-2.05b$ initdb -D /usr/local/pgsql/data
The files belonging to this database system will be owned by user
"thorsten".
This user must also own the server process.

Fixing permissions on existing directory /usr/local/pgsql/data... ok
creating directory /usr/local/pgsql/data/base... ok
creating directory /usr/local/pgsql/data/global... ok
creating directory /usr/local/pgsql/data/pg_xlog... ok
creating directory /usr/local/pgsql/data/pg_clog... ok
creating template1 database in /usr/local/pgsql/data/base/1...
====================

but then the system hangs, that is, it never seems to get past the  latst
line. Does anybody
have an idea about what I could be doing wrong?

Thanks

Thorsten,
Dezide Aps
www.dezide.com




Re: initdb on cygwin

От
"Thorsten Ottosen"
Дата:
It was only a mere ipc-daemon that needed to be started. I guess I need to
read my documentation properly :)

-Thorsten