Re: [BUGS] "text to text" operator redefinition ignored

2012-12-24 Thread Tom Lane
t...@lavabit.com writes: > PG 9.2.2, Windows, empty database > just curious, redefinition of various operators seems to work nicely but > "text to text" operator redefinition (last block down here) seems > completely ignored: > set search_path to public; That search path setting doesn't do what y

[BUGS] "text to text" operator redefinition ignored

2012-12-24 Thread ta
PG 9.2.2, Windows, empty database just curious, redefinition of various operators seems to work nicely but "text to text" operator redefinition (last block down here) seems completely ignored: set search_path to public; select 'aa'::varchar = 'aa '::varchar; -- returns false create or replace