PGDATA problem

Поиск
Список
Период
Сортировка
От David Beechum
Тема PGDATA problem
Дата
Msg-id 20041018215504.68925.qmail@web60005.mail.yahoo.com
обсуждение исходный текст
Список pgsql-admin
I just installed postgresql on my gentoo box.
everything works fine when i use the default data
directory '/var/lib/postgresql/data' but the problem
is i do not want my data stored there. so i created a
new directory owned by postgres
'/home/postgresql/data' and ran $initdb -D
/home/postgresql/data

it successfully created the database.
so $/etc/init.d/postgresql start
*directory not found: /var/lib/postgresql/data/
*your should create PGDATA directory first

so i figure i need to update my enviromental variable
PGDATA

$echo $PGDATA

the variable had not been set so i set it globably,
then
$echo $PGDATA
/home/postgresql/data

there PGDATA is set so it should work, shouldnt it?
so $/etc/init.d/postgresql start
*directory not found: /var/lib/postgresql/data/
*your should create PGDATA directory first

so i check the init.d script and verify it is using
$PGDATA for the data path and it is. so why is it
still trying to use '/var/lib/postgresql/data/' as the
data path even after i have set the enviromental
variable PGDATA to something different. HELP PLZ :)

thanks ~Dave




_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

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

Предыдущее
От: "Raymond Auge"
Дата:
Сообщение: plperl won't load on Win2k3
Следующее
От: Ashley Maher
Дата:
Сообщение: Re: postmaster stopps