Re: variables with SELECT statement

Поиск
Список
Период
Сортировка
От Kevin Duffy
Тема Re: variables with SELECT statement
Дата
Msg-id DFC309C8A42633419600522FA8C4AE1A560F1B@mail-01.wrcapital.corp
обсуждение исходный текст
Ответ на Re: variables with SELECT statement  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список pgsql-sql
When was 8.3 released?

But for today I could do  string_to_array(regexp_replace(description, E'\\s+', ' '), ' ') as
desc

and get what I need to survive.

Many thanks for all the replys.
Would not have made progress on this by myself.


kd

-----Original Message-----
From: Scott Marlowe [mailto:scott.marlowe@gmail.com]
Sent: Friday, September 05, 2008 5:35 PM
To: Kevin Duffy
Cc: pgsql-sql@postgresql.org; Frank Bax
Subject: Re: [SQL] variables with SELECT statement

On Fri, Sep 5, 2008 at 3:28 PM, Kevin Duffy <KD@wrinvestments.com>
wrote:
> No looks like I have 8.2

I can attest that all of 8.3's performance improvements as well all of
the really useful new functions like the one mentioned here make it
well worth the effort to upgrade.  I haven't been as excited about a
pgsql version since vacuum (regular) was invented.


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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: variables with SELECT statement
Следующее
От: Frank Bax
Дата:
Сообщение: Re: variables with SELECT statement