Re: BUG #6120: Problem running post-install step in Mac OS X Lion (GM)

Поиск
Список
Период
Сортировка
От simonrodan
Тема Re: BUG #6120: Problem running post-install step in Mac OS X Lion (GM)
Дата
Msg-id 1312431991679-4665117.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: BUG #6120: Problem running post-install step in Mac OS X Lion (GM)  (Dave Page <dpage@pgadmin.org>)
Ответы Re: BUG #6120: Problem running post-install step in Mac OS X Lion (GM)  (blammo72 <blammo72@me.com>)
Список pgsql-bugs
I have worked around this by adding the postgres user by hand:

sudo dscl . -create /users/postgres
sudo mkdir -p /usr/local/pgsql/data
sudo chown postgres /usr/local/pgsql/data
sudo dscl . -passwd /users/postgres <pw>
su postgres chmod 755 /Library/PostgreSQL/9.0/bin/initdb
su postgres /Library/PostgreSQL/9.0/bin/initdb -D /usr/local/pgsql/data

(There is a predefined user in OS X Lion: "_postgres" but that's not the one
the installer is expecting... )


--
View this message in context:
http://postgresql.1045698.n5.nabble.com/BUG-6120-Problem-running-post-install-step-in-Mac-OS-X-Lion-GM-tp4598104p4665117.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.

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

Предыдущее
От: "Jim McQuillan"
Дата:
Сообщение: BUG #6147: Changing search_path between invocations of a function ignored by 2nd invocation of function
Следующее
От: "william wei"
Дата:
Сообщение: BUG #6148: unterminated CSV quoted field