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 <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. + -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
