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. -Kevin
-- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
