On 2020-Apr-20, Tom Lane wrote: > Victor Yegorov <[email protected]> writes: > > While table 9.5 with functions looks quite nice, I quite dislike 9.4 with > > operators. > > Previously, I could lookup operator in the leftmost column and read on. > > Right now I have to look through the whole table (well, not really, but > > still) to find the operator. > > Aside from the alternatives already discussed,
There's one with a separate column for the operator, without types, at the left (the "with names" example at https://postgr.es/m/[email protected] ). That seemed pretty promising -- not sure why it was discarded. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
