On Sat, Aug 6, 2011 at 1:49 PM, Craig Ringer wrote:
> On 6/08/2011 5:28 PM, Anton Moiseev wrote:
>
>> Hi,
>>
>> I wanted to have case-insensitive user names in my db and found that
>> citext postgresql data type
>> (http://www.postgresql.org/**doc
Hi,
I wanted to have case-insensitive user names in my db and found that citext
postgresql data type (
http://www.postgresql.org/docs/8.4/interactive/citext.html) is exactly what
I need.
So I have added to my db and it seemed to work fine when query db from
command line interface, but when I run