Re: BUG #1947: Enhancement Request - CONCAT() function

From: Klint Gore <kg(at)kgb(dot)une(dot)edu(dot)au>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: 'David Fetter' <david(at)fetter(dot)org>, pgsql-bugs(at)postgresql(dot)org, tony(at)marston-home(dot)demon(dot)co(dot)uk
Subject: Re: BUG #1947: Enhancement Request - CONCAT() function
Date: 2005-10-11 05:27:00
Message-ID: 434B4D2417E.F5C1KG@129.180.47.120
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, 10 Oct 2005 23:45:03 -0400 (EDT), Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> wrote:
> Oracle has a tendency to keep things around forever, which is nice, but
> over the years it produces a system with lots of strange features that
> make the system hard to use. PostgreSQL has a tendency to remove old,
> unused stuff over time to keep the system easy to understand. This is
> part of the reason we have not added CONCAT, because it doesn't really
> add new functionality to the vast majority of our users.
>
> Sure, if someone wants to write scripts that work with PostgreSQL and
> Oracle EBCDIC machines, it would be nice to have, but for 99% of our
> users, it is just added cruft, and we have a tendency to try to reduce
> cruft rather than make 1% of people happy, especially when the
> extensibility system of PostgreSQL allows users to create their own
> CONCAT functions if they desire.

Where does textcat fit into things?

klint.

+---------------------------------------+-----------------+
: Klint Gore : "Non rhyming :
: EMail : kg(at)kgb(dot)une(dot)edu(dot)au : slang - the :
: Snail : A.B.R.I. : possibilities :
: Mail University of New England : are useless" :
: Armidale NSW 2351 Australia : L.J.J. :
: Fax : +61 2 6772 5376 : :
+---------------------------------------+-----------------+

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message incheol yang 2005-10-11 09:08:47 BUG #1953: trigger action on delete
Previous Message Bruce Momjian 2005-10-11 03:45:03 Re: BUG #1947: Enhancement Request - CONCAT() function