Kevin Field <kevinjamesfield(at)gmail(dot)com> 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