Обсуждение: -i option

Поиск
Список
Период
Сортировка

-i option

От
info
Дата:
How do I start Postgres from sysv with the -i option. When I edit the runlevel script and add the -i switch just behind the -l, it appears that pg_ctl doesn't recognize it as a valid command. It does, however, work fine with the postmaster command

Re: -i option

От
Rafael Mueller
Дата:
pg_ctl start -D /usr/local/pgsql/data/  -o "-i"

add "-o" before the "-i"

On Thu, 12 Sep 2002, info wrote:

> How do I start Postgres from sysv with the -i option. When I edit the
> runlevel script and add the -i switch just behind the -l, it appears
> that *pg_ctl* doesn't recognize it as a valid command. It does, however,
> work fine with the *postmaster* command
>

+---------------------------------+
|Rafael Mueller                   |
|Computação - UFSC                |
|Linux User #271799               |
|UIN #97699276                    |
|Dividir para conquistar!         |
+---------------------------------+



Re: -i option

От
Adam Witney
Дата:
pg_ctl passes command line options to the postmaster like so:

pg_ctl -o '-i'

adam

> How do I start Postgres from sysv with the -i option. When I edit the runlevel
> script and add the -i switch just behind the -l, it appears that pg_ctl
> doesn't recognize it as a valid command. It does, however, work fine with the
> postmaster command



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.