View Single Post

   
  #3 (permalink)  
Old 04-18-2008, 12:18 AM
Tom Lane
 
Posts: n/a
Default Re: [BUGS] BUG #2171: Differences compiling plpgsql in

Andrew Dunstan <andrew@dunslane.net> writes:
> As a matter of curiosity, why does ecpg handle dollar quoting like that?
> psql, for example, happily just passes a dollar quoted string through to
> the backend, without any need to convert it to a conventionally quoted
> string.


Doesn't ecpg have to convert string literals into C string constants?

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply With Quote