Re: [HACKERS] Bug: citext not working in non-public schema

2010-10-25 Thread Tom Lane
Anders Steinlein writes: > http://archives.postgresql.org/pgsql-bugs/2010-03/msg00058.php > This bit us hard (on PostgreSQL 8.4.4). We have a custom domain for > email addresses based on citext, placed in the public schema, while each > user of our application has their own private schemas. The

[HACKERS] Bug: citext not working in non-public schema

2010-10-25 Thread Anders Steinlein
Researching a nasty bug discovered in our application led me to this bug report and its follow-ups: http://archives.postgresql.org/pgsql-bugs/2010-03/msg00058.php This bit us hard (on PostgreSQL 8.4.4). We have a custom domain for email addresses based on citext, placed in the public schema, w