Re: interesting SQL puzzle - concatenating column with itself. - Mailing list pgsql-sql

From Nick Fankhauser
Subject Re: interesting SQL puzzle - concatenating column with itself.
Date
Msg-id 428111F3.2090002@ontko.com
Whole thread Raw
In response to Re: interesting SQL puzzle - concatenating column with itself.  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Responses Re: interesting SQL puzzle - concatenating column with itself.  (Greg Stark <gsstark@mit.edu>)
List pgsql-sql

Alvaro Herrera wrote:

> The order is not really guaranteed, though if this is a one-shot thing,
> you may get away with turning off hashed aggregates.
> 

When I read this, I assumed there was a runtime parameter I could set that was similar to ENABLE_HASHJOIN. Are you
referringto a different runtime parameter or something else entirely?
 

BTW the concatenation function you suggest works nicely except that as you noted, it concatenates in an unpredictable
order,so I'm now trying to solve that problem.
 

-Nick

------------------------------------------------------------------
Nick Fankhauser    
  nickf@ontko.com   Phone 765.935.4283   Fax 765.962.9788      Ray Ontko & Co. - Software Consulting Services
        http://www.ontko.com
 



pgsql-sql by date:

Previous
From: joffer
Date:
Subject: unsuscribe
Next
From: PFC
Date:
Subject: Re: interesting SQL puzzle - concatenating column with itself.