Re: How to define + operator for strings

From: Geoffrey <esoteric(at)3times25(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to define + operator for strings
Date: 2006-04-28 20:34:32
Message-ID: 44527C58.7060409@3times25.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martijn van Oosterhout wrote:

> Does it not support the SQL standard way of string concatination? You
> should be planning a transition because text+text will cause problems
> down the line...

Sounds to me like a job for sed, awk, perl, tr.... choose your
conversion tool. Make the code right, don't try and make the database
handle it.

--
Until later, Geoffrey

Any society that would give up a little liberty to gain a little
security will deserve neither and lose both. - Benjamin Franklin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Leahy 2006-04-28 20:46:48 Re: Is it possible to summarize uniqe values from an indexed
Previous Message Don Walker 2006-04-28 20:15:59 Re: Use of ISpell dictionaries with tsearch2 - what is the point?