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

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In ecpg, automatically double single quotes in $$ strings because
Date: 2006-02-04 02:32:38
Message-ID: 20060204023238.AF4899DC998@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/interfaces/ecpg/preproc:
output.c (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/output.c.diff?r1=1.12&r2=1.13)
pgc.l (r1.140 -> r1.141)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/pgc.l.diff?r1=1.140&r2=1.141)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-04 03:22:36 pgsql: Add to TODO.detail/walcontrol.
Previous Message Bruce Momjian 2006-02-04 01:04:20 pgsql: Update Makefile for new thread_test location.