Postgresql – Select by charset field only matches when using trim or ilike
I have this table: dbchatbot=# d messages Table "public.messages" Column | Type | Collation | Nullable | Default -----------------+-----------------------------+-----------+----------+--------- uuid | character varying(36) | | not null | content | text | | | Indexes: "messages_pkey" PRIMARY KEY, btree (uuid)…