Re: How to check options PostgreSQL was started with

Поиск
Список
Период
Сортировка
От Jerry Sievers
Тема Re: How to check options PostgreSQL was started with
Дата
Msg-id m3sltdhjjf.fsf@prod01.jerrysievers.com
обсуждение исходный текст
Ответ на How to check options PostgreSQL was started with  (frank church <pgsql@adontendev.net>)
Список pgsql-general
frank church <pgsql@adontendev.net> writes:

> How do you check the options a PosgreSQL service was started with?

If you're wanting to know if postmaster was started with any command
line args, such as an admin might do on a ad hoc basis from pg_ctl
etc;

cat $PGDATA/postmaster.opts

If you do a simple 'pg_ctl start' all you'll get is the path to the
postmaster or postgres executable.  OTOH, 'pg_ctl -o-F start' and the
path plus your -F option will show up there.

HTH

--
-------------------------------------------------------------------------------
Jerry Sievers   305 854-3001 (home)     WWW ECommerce Consultant
                305 321-1144 (mobile    http://www.JerrySievers.com/

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: undefined behaviour for sub-transactions?
Следующее
От: "John D. Burger"
Дата:
Сообщение: Re: Finding uniques across a big join