Re: initdb

Поиск
Список
Период
Сортировка
От Andrej Ricnik-Bay
Тема Re: initdb
Дата
Msg-id b35603930706171333k6407428dvbe328d577d456310@mail.gmail.com
обсуждение исходный текст
Ответ на initdb  (John K Masters <johnmasters@oxtedonline.net>)
Ответы Re: initdb  ("Jeffrey Webster" <icwebby@gmail.com>)
Список pgsql-general
On 6/18/07, John K Masters <johnmasters@oxtedonline.net> wrote:
> I feel somewhat embarrassed to post this but I can't get past the first
> post with Postgresql. I have installed onto a Debian testing system,
> created a space for the database cluster on /usr/local/pgsql/data,
> changed owner to postgres and changed permissions to 0700.
>
> However, when I try `initdb -D /usr/local/pgsql/data' I get "Command not
> found"
>
> I've googled for this but found nothing useful.
You'll need to find a debian way to add the path to your
binary to the users (systems?) PATH ... or use the fully
qualified path to the executable.
/usr/loca/pgsql/bin/initdb -D /usr/local/pgsql/data


HIH



-- Cheers
   Andrej

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

Предыдущее
От: Ragnar
Дата:
Сообщение: Re: about cursors
Следующее
От: "John Smith"
Дата:
Сообщение: Re: PHP sucks!! - was: persistent db connections in PHP