| От | Craig Ringer |
|---|---|
| Тема | Re: definitions of regexp functions required |
| Дата | |
| Msg-id | 4BA25EDC.8040401@postnewspapers.com.au обсуждение исходный текст |
| Ответ на | definitions of regexp functions required (Ehsan Haq <ehsan_haq98@yahoo.com>) |
| Список | pgsql-general |
On 18/03/2010 8:13 PM, Ehsan Haq wrote: > Hi, > I am using a relatively older version of Postgres What version exactly? > and I need to use the > following functions. > regexp_matches(), |regexp_split_to_array()|, and > |regexp_split_to_table()| . Can anybody provide me the definitions of > these functions. They're written in C. You can't simply "CREATE FUNCTION ..." them in an older version of Pg. You could possibly port them to an older version as an add-in module (using pgxs to build it), then load them as C functions. I would be reluctant to try that myself, though, since you'd just be throwing the work away when you upgrade. -- Craig Ringer
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера