Hannes Mühleisen
Hannes Mühleisen
Yes, lets document this.
Problem with unification is of course also that it does not work on streams
> Sure I can create new issues from now on. One thing I mentioned on Discord is this issue: > `SELECT e'\xF0\x9F\x98\x84' = '😄';` > On PostgreSQL this gives true,...
> So what's the way to input UTF-8 strings using hex notation? this works `SELECT decode('\xF0\x9F\x98\x84'::BLOB) = '😄';`
Maybe @samansmink can have a look? The main issue with `IN` lists is that they can be very large...
@chrisfw it certainly looks as a bug but please understand that we cannot give you any ETA on when or whether this will be fixed in the general case. Please...
Happy to. Which exact ARM architecture do you use? The AWS one?
that's a bit exotic, what's the output of `uname -a` on that container?
Ok, `aarch64` should work then.
See also #941