Re: variables with SELECT statement - Mailing list pgsql-sql

From Kevin Duffy
Subject Re: variables with SELECT statement
Date
Msg-id DFC309C8A42633419600522FA8C4AE1A560F1B@mail-01.wrcapital.corp
Whole thread Raw
In response to Re: variables with SELECT statement  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List 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 by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: variables with SELECT statement
Next
From: Frank Bax
Date:
Subject: Re: variables with SELECT statement