logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Large object reads/writes undergoing \\xxx escaping: msg#00016

Subject: Large object reads/writes undergoing \\xxx escaping
Hi,

With recent PostgreSQL versions, I/O on large objects (via the
internal functions loread and lowrite) suffers \\xxx escaping, as per
the BYTEA type. For instance, newlines in the data passed to lowrite
are later read via loread as \\012.

I find this to be annoying (I don't see any reason for large object
data to go through any encoding whatsoever), and it doesn't seem to be
documented. Is it the intended behaviour?

[I am not using libpq; I see this using my own fe/be protocol
 implementation.] 

-- 
Eric Marsden                          <URL:http://www.laas.fr/~emarsden/>


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org



<Prev in Thread] Current Thread [Next in Thread>