In ecpg, automatically double single quotes in $$ strings because

Bruce Momjian <bruce@momjian.us>

Commit: b3769066b8427eb19ee918187b457271f97950af
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-02-04T02:32:38Z
Releases: 8.2.0
In ecpg, automatically double single quotes in $$ strings because
internally $$ strings are converted to single-quote strings.

In ecpg, output newlines in commands using standard C escapes, rather
than using literal newlines, which is not portable.

Files

PathChange+/−
src/interfaces/ecpg/preproc/output.c modified +24 −26
src/interfaces/ecpg/preproc/pgc.l modified +6 −3