Re: Postgres: Packaging & Server Startup

Поиск
Список
Период
Сортировка
От CM J
Тема Re: Postgres: Packaging & Server Startup
Дата
Msg-id d65fd1a40903310401h69253109gd33ec089202ad930@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Postgres: Packaging & Server Startup  (Richard Huxton <dev@archonet.com>)
Ответы Re: Postgres: Packaging & Server Startup  (CM J <postgres.newbie@gmail.com>)
Re: Postgres: Packaging & Server Startup  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
Hi,

      I don't have multiple postgres installed.Anyway, tried your suggestion to use the full path name and here is what i get:

D:\pgsql\bin>D:\pgsql\bin\pg_
ctl.exe -U postgres -P <mypasswd> -w start -D:\pgsql\data

pg_ctl: could not open PID file ":/pgsql/data/postmaster.pid": Invalid argument

       There is no data directory created by default (i used no-installer-zip file to install postgres), so i went ahead and created a dummy data directory which gave the same result as above. Any suggestions ??

Thanks.


On Tue, Mar 31, 2009 at 4:09 PM, Richard Huxton <dev@archonet.com> wrote:
CM J wrote:
> pg_ctl.exe -U postgres -P <mypasswd>  -w start -D D:\pgsql\data
>
>         However, i get the following error message:
>
> waiting for server to start...FATAL:  postgres: could not locate matching
> postgres executable

That does seem to suggest it found the executable but it didn't match
versions with the data directory. Do you have two copies installed? If
so, you'll probably want to specify the complete path to pg_ctl

--
 Richard Huxton
 Archonet Ltd

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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: partial TEXT search on an index
Следующее
От: CM J
Дата:
Сообщение: Re: Postgres: Packaging & Server Startup