Using insensitive-case columns in PostgreSQL with citext
When I first migrated to Postgres from MySQL, I had some duplicated records until I realized that Postgres uses sensitive-case text columns by default. In this article I’ll show you how you can avoid this problem by using citext.
Post a comment