Hannu Krosing <hannu(at)tm(dot)ee> writes:
> Regarding the dollar-quoting discussions -
> Will we be able to write the above query as
> SELECT smth. FROM tbl WHERE WHERE situation LIKE $$%\\%$$;
> in 7.4 or is \ still special there ?
We were discussing that for 7.5 not 7.4. But yeah, it would work that
way because \ won't be treated specially in dollar-quoted literals.
regards, tom lane