Re: variables with SELECT statement

Поиск
Список
Период
Сортировка
От Kevin Duffy
Тема Re: variables with SELECT statement
Дата
Msg-id DFC309C8A42633419600522FA8C4AE1A560F19@mail-01.wrcapital.corp
обсуждение исходный текст
Ответ на Re: variables with SELECT statement  (Frank Bax <fbax@sympatico.ca>)
Ответы Re: variables with SELECT statement  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Re: variables with SELECT statement  (Frank Bax <fbax@sympatico.ca>)
Список pgsql-sql
No looks like I have 8.2



-----Original Message-----
From: pgsql-sql-owner@postgresql.org
[mailto:pgsql-sql-owner@postgresql.org] On Behalf Of Frank Bax
Sent: Friday, September 05, 2008 5:13 PM
Cc: pgsql-sql@postgresql.org
Subject: Re: [SQL] variables with SELECT statement

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?


--
Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql


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

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