mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:44:07 -04:00
c401a5ce58
in the string, not just at the start. Per bug #4629 from Martin Blazek. Back-patch to 8.2; prior versions don't have the problem, at least not in the reported case, because they don't try to recognize INTO in non-SELECT statements. (IOW, this is really fallout from the RETURNING patch.)