David Salisbury <salisbury@xxxxxxxxx> writes: > Short version, is there a way to implement an exclusive OR in a where clause? The boolean <> operator will do the trick. (x = y) <> (a = b) regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general