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

From David Rysdam
Subject Re: COPY not handling BLOBs
Date
Msg-id 41112F9F.2030709@ll.mit.edu
Whole thread Raw
In response to Re: COPY not handling BLOBs  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Tom Lane wrote:

>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
>
>
>
>
I was using the general search feature and found something like that.  I
only just now noticed that you can choose a doc version and search
within only that.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: COPY not handling BLOBs
Next
From: Kris Jurka
Date:
Subject: Re: Simplfied Bytea input/output?