What happend to equality_oper()

Started by Bernd Helmleover 17 years ago2 messageshackers
Jump to latest
#1Bernd Helmle
mailings@oopsware.de

I've used above function to construct OpExpr expressions with equality
operators in the past, but it seems it was removed and there's no
replacement for it?

--
Thanks

Bernd

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bernd Helmle (#1)
Re: What happend to equality_oper()

Bernd Helmle <mailings@oopsware.de> writes:

I've used above function to construct OpExpr expressions with equality
operators in the past, but it seems it was removed and there's no
replacement for it?

Look at get_sort_group_operators() instead. Or use the type cache
directly.

regards, tom lane