Re: "text to text" operator redefinition ignored

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ta(at)lavabit(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: "text to text" operator redefinition ignored
Date: 2012-12-24 21:39:46
Message-ID: 24065.1356385186@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

ta(at)lavabit(dot)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 you probably think.
See under "The System Catalog Schema" in
http://www.postgresql.org/docs/9.2/static/ddl-schemas.html

Other relevant documentation is in
http://www.postgresql.org/docs/9.2/static/typeconv-oper.html

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Len Tanaka 2012-12-26 03:21:38 Re: BUG #7545: Unresponsive server with error log reporting: "poll() failed: Invalid argument"
Previous Message Tom Lane 2012-12-24 14:54:30 Re: BUG #7771: packaging error causes build failure