psql thought that backslash is an escape character inside double quotes.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f94e5bde60c07994c01aea6ed45309e500aae346
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-10-12T23:09:34Z
Releases: 7.3.1
psql thought that backslash is an escape character inside double quotes.
It isn't.

Files

PathChange+/−
src/bin/psql/mainloop.c modified +11 −8