Re: Blob like type

From: wsheldah(at)lexmark(dot)com
To: Patrick Nelson <pnelson(at)neatech(dot)com>
Cc: "PostgreSQL List (E-mail)" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Blob like type
Date: 2002-06-24 18:17:33
Message-ID: 200206241817.OAA00306@interlock2.lexmark.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

There are several options, including bytea for binary data, large objects, and
if you can encode the data as text you can store it in a plain text field of
arbitrary size. Each option has its own set of pros and cons. You might want to
describe exactly how you want to use it to get more specific advice.

Wes

Patrick Nelson <pnelson%neatech(dot)com(at)interlock(dot)lexmark(dot)com> on 06/23/2002
02:54:24 PM

To: "PostgreSQL List (E-mail)"
<pgsql-general%postgresql(dot)org(at)interlock(dot)lexmark(dot)com>
cc: (bcc: Wesley Sheldahl/Lex/Lexmark)
Subject: [GENERAL] Blob like type

Doing a move over from MySQL and I was wondering if there anything like the
MySQL blob type?

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

Browse pgsql-general by date

  From Date Subject
Next Message Pablo Morales 2002-06-24 18:24:58 initdb
Previous Message Neil Conway 2002-06-24 18:02:48 Re: Blob like type