Re: make == as = ? - Mailing list pgsql-hackers

From Dennis Bjorklund
Subject Re: make == as = ?
Date
Msg-id Pine.LNX.4.44.0404071129060.4551-100000@zigo.dhs.org
Whole thread Raw
In response to Re: make == as = ?  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: make == as = ?  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
On Wed, 7 Apr 2004, Fabien COELHO wrote:

> Is it bad code? Not for people who come from a C/C++/Java background.

It's not the sql operator.

Every week I meet MySql people that want to port their application to
another database and run into problems because they use some mysql
construct instead of the standard sql construct. I fail to see it as a
good thing for pg to add more non standard constructs where that standard
works fine. Extensions for things that are hard/impossible to do with
standard sql is a different thing (but should still be done with care).

If people want it I'd rather have them create the operators themself. 
That's my view.

-- 
/Dennis Björklund



pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: make == as = ?
Next
From: Fabien COELHO
Date:
Subject: Re: make == as = ?