Re: COPY not handling BLOBs - Mailing list pgsql-general

From Tom Lane
Subject Re: COPY not handling BLOBs
Date
Msg-id 5184.1091645020@sss.pgh.pa.us
Whole thread Raw
In response to Re: COPY not handling BLOBs  (David Rysdam <drysdam@ll.mit.edu>)
Responses Re: COPY not handling BLOBs
List pgsql-general
David Rysdam <drysdam@ll.mit.edu> writes:
> Doug McNaught wrote:
>> You might consider using "bytea" instead of large objects, unless you
>> need the lo_read()/lo_seek() API in your client app...  I'm not

> bytea will only go up to "several thousand bytes" according to the
> docs.

[ raises eyebrow... ]  According to *what* docs?

            regards, tom lane

pgsql-general by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Casting timestamp with time zone to varchar automatically
Next
From: David Rysdam
Date:
Subject: Re: COPY not handling BLOBs