Can anybody confirm if it works?
The only way I’m able to perform a case insensitive quicksearch in a grid with a postgresql connection is by using in the database CITEXT fields only instead of CHAR (CITEXT is a case insensitive field type managed by postgresql itself)
This regardless of the SC setting: SQL\Case Sensitive\Yes No.