Not sure if this needs discussion on hackers or not, but I am sure someone
will redirect me if it does ;)
I found that I had a need to create and use an index on bytea columns for a
project I'm currently working on. In the archives, I found this message by
Tom -- http://fts.postgresql.org/db/mw/msg.html?mid=93112 -- in which he
indicated that operators for bytea were needed but no one had gotten to them
yet. So here's a patch against cvs HEAD. Seems to work correctly in my
limited testing, and passes all regression tests. I would appreciate it if
someone
more experienced could give it a look.
Thanks,
-- Joe