Re: Darn, long option emulation doesn't work on FreeBSD

Поиск
Список
Период
Сортировка
От Dominic J. Eidson
Тема Re: Darn, long option emulation doesn't work on FreeBSD
Дата
Msg-id Pine.LNX.4.10.10011061919420.30359-100000@morannon.the-infinite.org
обсуждение исходный текст
Ответ на Darn, long option emulation doesn't work on FreeBSD  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On Mon, 6 Nov 2000, Peter Eisentraut wrote:

> So apparently we'll have to use an actual option letter for passing
> runtime configuration parameters.  Any suggestions?  Already in use are
> 
> a A b B C d D e E f F i l L m M n N o O p P Q s S t v W x

Q is not used (or broken):

morannon:~>postmaster -Q
postmaster: invalid option -- Q
Try -? for help.
morannon:~>postgres -Q
postgres: invalid option -- Q
Usage: postgres [options] [dbname]

... snip ...


-- 
Dominic J. Eidson                                       "Baruk Khazad! Khazad ai-menu!" - Gimli
-------------------------------------------------------------------------------
http://www.the-infinite.org/              http://www.the-infinite.org/~dominic/



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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: How to get around LIKE inefficiencies?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Horology regress test changed?