createdb confusion

Поиск
Список
Период
Сортировка
От newsreader@mediaone.net
Тема createdb confusion
Дата
Msg-id 20010808201635.A16951@dragon.universe
обсуждение исходный текст
Ответы Re: createdb confusion  (newsreader@mediaone.net)
Список pgsql-general
man creatdb says -D supposed to be specify the
alternative location

I try (as postgres user)

$ createdb -D /bla bla

and it says

    absolute path are not allowed.

Then I read man initlocation.  The example
I see is

$ initlocation /opt/postgres/data
$ createdb -D /opt/postgres/data/testdb testdb

so I do the same and it fails with the same reason

Does anyone have any idea?

thanks


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: AlterTableAddConstraint:
Следующее
От: newsreader@mediaone.net
Дата:
Сообщение: Re: createdb confusion