Re: make == as = ?

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Stephen Frost <sfrost(at)snowman(dot)net>, Josh Berkus <josh(at)agliodbs(dot)com>, PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: make == as = ?
Date: 2004-04-08 06:34:40
Message-ID: Pine.GSO.4.58.0404080823140.4305@louis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> > This would help me, at least, write correct and portable SQL. :)
>
> Added to TODO:
>
> * Add a session mode to warn about non-standard SQL usage

So it seems that having C-like operators would hurt a lot;-)

So you want to generate warnings for SERIAL, TEXT and a bunch of other
types, WITH[OUT] OIDS, RULE, ~ regular expressions, arrays, any use of
pg_catalog instead of information_schema (I may be wrong in the list, I
don't have the standard at hand, but I think I'm right in the spirit)...

This is going to be noisy;-)

--
Fabien Coelho - coelho(at)cri(dot)ensmp(dot)fr

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Karel Zak 2004-04-08 07:00:46 Re: union vs. sort
Previous Message Dennis Bjorklund 2004-04-08 05:09:38 Re: locale