Re: variables with SELECT statement

Поиск
Список
Период
Сортировка
От Frank Bax
Тема Re: variables with SELECT statement
Дата
Msg-id 48C1A0E2.30607@sympatico.ca
обсуждение исходный текст
Ответ на Re: variables with SELECT statement  ("Kevin Duffy" <KD@wrinvestments.com>)
Ответы Re: variables with SELECT statement  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: variables with SELECT statement  ("Kevin Duffy" <KD@wrinvestments.com>)
Список pgsql-sql
Kevin Duffy wrote:
> Just testing the regexp_string_to_array
> 
> This SQL 
> select description, regexp_string_to_array(description::text , E'\\s+' )
> as optdesc, securitytype  
>     from xxxxxx where type = 'B'   order by 1
> 
> produced this error:
> 
> ERROR: function regexp_string_to_array(text, text) does not exist
> SQL state: 42883
> Hint: No function matches the given name and argument types. You may
> need to add explicit type casts.
> Character: 21


Are you running 8.3?



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

Предыдущее
От: "Kevin Duffy"
Дата:
Сообщение: Re: variables with SELECT statement
Следующее
От: Tom Lane
Дата:
Сообщение: Re: variables with SELECT statement