Re: Strange behavior of "=" as assignment operator

Поиск
Список
Период
Сортировка
От Moshe Jacobson
Тема Re: Strange behavior of "=" as assignment operator
Дата
Msg-id CAJ4CxL=431dnO70UBAkp58=ytOYmp10zP4vcMZR5eRoEFfW+Hg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Strange behavior of "=" as assignment operator  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: Strange behavior of "=" as assignment operator  (Stephen Frost <sfrost@snowman.net>)
Re: Strange behavior of "=" as assignment operator  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
On Tue, May 28, 2013 at 4:06 PM, Stephen Frost <sfrost@snowman.net> wrote:
Both are supported.  It's not really documented as using '=' is
considered 'legacy' but it's also extensively used and removing it would
break quite a bit of code for people.

This is crazy! By leaving it in, they are allowing my obsolescent code to compile and run without warning!
This means that one day down the road, MY code is going to break because the developers assumed that this obsolescent behavior was OK to turn on by default.
IMO they should have disabled the default acceptance of "=" and given us an option to enable it if our code broke.
Not leaving it in by default.

Any PG committers who can change this in 9.3?

--
Moshe Jacobson
Nead Werx, Inc. | Manager of Systems Engineering
2323 Cumberland Parkway, Suite 201 | Atlanta, GA 30339
moshe@neadwerx.com | 
www.neadwerx.com

"Quality is not an act, it is a habit." -- Aristotle

В списке pgsql-general по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Strange behavior of "=" as assignment operator
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Strange behavior of "=" as assignment operator