Thread: pgsql-server/src/bin/psql mainloop.c

pgsql-server/src/bin/psql mainloop.c

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/10/12 19:09:34

Modified files:
    src/bin/psql   : mainloop.c

Log message:
    psql thought that backslash is an escape character inside double quotes.
    It isn't.