From ebe124eacd7c3faa36ed358e7cc1d7c5b419e5f6 Mon Sep 17 00:00:00 2001
From: Daniel Baumann
+
The
Inspired by the original F.10. citext
F.10. citext
citext
module provides a case-insensitive
character string type, citext
. Essentially, it internally calls
lower
when comparing values. Otherwise, it behaves almost
@@ -163,4 +163,4 @@ SELECT * FROM users WHERE nick = 'Larry';
David E. Wheeler <david@kineticode.com>
citext
module by Donald Fraser.
-