Andrew Dunstan <[EMAIL PROTECTED]> 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