Thread: pgsql: Avoid use of E'', and thereby creating an unnecessary

pgsql: Avoid use of E'', and thereby creating an unnecessary

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Avoid use of E'', and thereby creating an unnecessary version-dependency,
by using LIKE...ESCAPE instead.  Per suggestion by andrew@supernews.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dumpall.c (r1.63 -> r1.64)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dumpall.c.diff?r1=1.63&r2=1.64)