Re: Alternate Database Locations

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Alternate Database Locations
Дата
Msg-id 5755.972573704@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Alternate Database Locations  ("Brian C. Doyle" <bcdoyle@mindspring.com>)
Список pgsql-sql
"Brian C. Doyle" <bcdoyle@mindspring.com> writes:
> createdb user1 -D 'PGDATA2'
> it creates but it is putting it in /home/user/database
> the first alt location i set up!!!

Um, are you sure createdb is connecting to the right postmaster?
When you use multiple postmasters you have to keep a close eye
on clients' PGPORT settings ...

If it is the right postmaster but wrong interpretation of PGDATA2,
the odds are that you started that postmaster with the wrong value
of PGDATA2.  Remember that it's the postmaster's environment, not
the client's, in which alternate-DB environment variables are expanded.
(initlocation is an exception because it doesn't contact the postmaster)
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Query Problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_atoi: error in "template1": can't parse "template1"