Brian Beach 4/25/2021

Case-sensitivity in Aurora PostgreSQL

Read Original

This technical article analyzes case-sensitivity challenges when migrating from SQL Server to PostgreSQL, specifically in Aurora. It details the use of deterministic and non-deterministic collations introduced in PostgreSQL 12 for case-sensitive and case-insensitive comparisons, demonstrates their behavior with queries and LIKE/ILIKE operators, and argues that the CITEXT extension remains a superior solution despite native support.

Case-sensitivity in Aurora PostgreSQL

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes