From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Greg Stark <gsstark(at)mit(dot)edu> |
Cc: | Jean-Michel Pouré <jm(at)poure(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: MySQL Compatibility WAS: 8.5 release timetable, again |
Date: | 2009-08-26 22:24:29 |
Message-ID: | 200908262224.n7QMOTL14103@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Greg Stark wrote:
> > PostgreSQL and MySQL do not use the same concatenation funtions (D6 only, fixed in D7)
>
> Personally I don't see a problem with us adding this to Postgres now
> that we have variadic functions. I'm not sure why others are so
> dead-set against it; it seems a lot less burdensome than some of the
> Oracle compatibility stuff we have.
The Oracle functions are there to add functionality that can't be easily
performed using ANSI syntax; this is not true of concact() and ||.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Grittner | 2009-08-26 22:30:09 | Re: MySQL Compatibility WAS: 8.5 release timetable, again |
Previous Message | Greg Stark | 2009-08-26 22:22:41 | Re: MySQL Compatibility WAS: 8.5 release timetable, again |