Re: replace all with * in pg_hba.conf

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: replace all with * in pg_hba.conf
Дата
Msg-id 3FE31C50.9060001@dunslane.net
обсуждение исходный текст
Ответ на Re: replace all with * in pg_hba.conf  ("Marc G. Fournier" <scrappy@postgresql.org>)
Ответы Re: replace all with * in pg_hba.conf  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Marc G. Fournier wrote:

>On Fri, 19 Dec 2003, Tom Lane wrote:
>
>  
>
>>Andrew Dunstan <andrew@dunslane.net> writes:
>>    
>>
>>>The minimal disturbance change might be to teach the parser to
>>>distinguish between a quoted 'all' and an unquoted 'all', and forget the
>>>'*' idea.
>>>      
>>>
>>Probably we ought to go with that, on backwards-compatibility grounds.
>>    
>>
>
>why not do both, but deprecate the use of all in the docs?  say with an
>eventual goal of removing the use of all altogether in 2 releases?
>
>  
>

The extra value is fairly low IMNSHO if we can distinguish between a 
magical and a non-magical 'all' - see the patch I just submitted.

cheers

andrew



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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: replace all with * in pg_hba.conf
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Linking with -lc not a good idea