Joshua Ma schrieb am 30.05.2017 um 22:56:
That has to be (a = b AND a = c)We're going to fix usages of this to instead do (a = b && a = c) instead of (a = b = c).
The && operator is not valid for booleans -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general