On May 13, 12:41 pm, [email protected] ("Kevin Grittner") wrote: > Kevin Field <[email protected]> wrote: > > One other thing I'm just curious about, "!=" gets replaced with > > "<>"...how come? (Feels more VB-ish than C-ish, so I was surprised > > that that would be the official/preferred reconstruct....) > > "<>" is the SQL standard operator. "!=" is a PostgreSQL extension, > for the convenience and comfort of those more used to it.
Ahh, that makes sense. Thanks, guys. -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
