Re: [INTERFACES] [BUGS] BUG #2171: Differences compiling plpgsql in ecpg and psql - Mailing list pgsql-patches

From Michael Meskes
Subject Re: [INTERFACES] [BUGS] BUG #2171: Differences compiling plpgsql in ecpg and psql
Date
Msg-id 20060206203316.GA9025@1
Whole thread Raw
In response to Re: [BUGS] BUG #2171: Differences compiling plpgsql in ecpg and psql  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [INTERFACES] [BUGS] BUG #2171: Differences compiling plpgsql in  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
On Wed, Feb 01, 2006 at 11:48:45PM -0500, Bruce Momjian wrote:
> I have researched your report, and you are right, there are two ecpg
> bugs here.  First, dollar quoting uses single-quotes internally to do
> the quoting, but it does not double any single-quotes in the
> dollar-quoted string.

Actually ecpg should not translate dollar quoting at all. I'm going to
fix this. Dollar quotes will then be send to the backend with
translation and the backend takes care of the rest.

> Second, when a dollar quoted string or single-quoted string spans
> multiple lines, ecpg does not escape the newline that is part of the
> string.  Some compilers will accept an unescaped newline in a string,
> while others will not:

Not sure, but there appears to be a bug in the routine that outputs a
statement. I will change that one as well and would ask you to just
check again. It seems to me that this also fixes your problem. I tried
with the one test case in this email and it seems to work. But then I'm
currently travelling and do not have that much spare time to test.

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

pgsql-patches by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [HACKERS] Krb5 & multiple DB connections
Next
From: "P. Scott DeVos"
Date:
Subject: plpython tracebacks