Re: [PATCHES] dollar quoting

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] dollar quoting
Дата
Msg-id 11070.1076883438@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCHES] dollar quoting  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: [PATCHES] dollar quoting  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
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.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: No Timeout in SELECT..FOR UPDATE
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: No Timeout in SELECT..FOR UPDATE