Re: window function to sort times series data?

Поиск
Список
Период
Сортировка
От John Gage
Тема Re: window function to sort times series data?
Дата
Msg-id cd15286d1003241138i486a4139ha66c5d57ab8a196c@mail.gmail.com
обсуждение исходный текст
Ответ на window function to sort times series data?  (Louis-David Mitterrand <vindex+lists-pgsql-sql@apartia.org>)
Ответы Re: window function to sort times series data?  (Josh Kupershmidt <schmiddy@gmail.com>)
Список pgsql-sql
In going through the arcana of string functions, I have come across the following series of selects that contain, for
me,a mysterious "$re$".<br /><br />-- return all matches from regexp<br />SELECT regexp_matches('foobarbequebaz',
$re$(bar)(beque)$re$);<br/><br />-- test case insensitive<br />SELECT regexp_matches('foObARbEqUEbAz',
$re$(bar)(beque)$re$,'i');<br /><br />-- global option - more than one match<br />SELECT
regexp_matches('foobarbequebazilbarfbonk',$re$(b[^b]+)(b[^b]+)$re$, 'g');<br /><br />When I run this I get:<br /><br
/>regexp_matches<br/>--------------------------<br /><Unknown(2,003)><br /><br />I have not been able to find out
whatit all means.  Forgive me for my blindness.<br /><br />John<br /><br />P.S. The author of the statements is "alexk"
atCommand Prompt.  They are test statements against Postgres' string functions.<br /> 

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

Предыдущее
От: Louis-David Mitterrand
Дата:
Сообщение: Re: window function to sort times series data?
Следующее
От: Josh Kupershmidt
Дата:
Сообщение: Re: window function to sort times series data?