Re: [PATCHES] dollar quoting

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: [PATCHES] dollar quoting
Дата
Msg-id 403027F5.4070005@dunslane.net
обсуждение исходный текст
Ответ на Re: [PATCHES] dollar quoting  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

Tom Lane wrote:

>Andrew Dunstan <andrew@dunslane.net> writes:
>  
>
>>andrew=# create table ab$cd$ef (ef$cd$ab text);
>>CREATE TABLE
>>andrew=# \d ab$cd$ef
>>Did not find any relation named "ab$cd$ef".
>>    
>>
>
>Hmph.  I always thought that "$" was only special at the end of a regex,
>but that doesn't seem to be how our implementation treats it.  Anyway
>this is not a bug, it is a feature: the argument of \d is a regex.
>
>  
>

Arguably this at least is a singularly useless feature, since a 
regex-meaning $ before the end of string is a nonsense, as you rightly 
imply, and one at the end of the string is redundant, as it is implied - 
psql turns 'abc' into '^abc$' when constructing the query.

I don't care that much - I don't use $ in my identifiers.

cheers

andrew



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: log_line_info
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: log_line_info