substring odd behavior

Поиск
Список
Период
Сортировка
От Regina Obe
Тема substring odd behavior
Дата
Msg-id 001501d813ed$de12a390$9a37eab0$@pcorp.us
обсуждение исходный текст
Ответы Re: substring odd behavior  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-hackers
Is this intentional behavior?

-- I can do this
SELECT substring('3.2.0' from '[0-9]*\.([0-9]*)\.'); 

-- But can't do this gives error syntax error at or near "from"
SELECT pg_catalog.substring('3.2.0' from '[0-9]*\.([0-9]*)\.');

-- but can do
SELECT pg_catalog.substring('3.2.0', '[0-9]*\.([0-9]*)\.');


Thanks,
Regina




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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Is there a way (except from server logs) to know the kind of on-going/last checkpoint?
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: pg_log_backend_memory_contexts() and log level