Josh Berkus <josh(at)agliodbs(dot)com> writes:
> He wants
> SELECT * FROM table_a WHERE code = 'volume';
> to be automagically replaced with:
> SELECT * FROM table_a WHRE code ILIKE 'volume';
I don't see any way we could do that at the server level without causing
*all* text = operations to work that way; which almost inevitably would
break something.
Given that the client-side code is open source, I would think that a
client-side solution would be no harder to make happen, and it'd surely
be a lot cleaner.
regards, tom lane