In postgres, collation specifies how data is sorted and compared. Not every data type supports collation. In fact, most data types in postgres do not support collation. For example, postgres=# create ...