Postgres: Case-Insensitive Character String type May 4, 2016 by timlangeman The citext module provides a case-insensitive character string type, citext. Essentially, it internally calls lower when comparing values. Otherwise, it behaves almost exactly like text. Filed Under: Uncategorized Tagged With: postgres