Re: Blob like type

Поиск
Список
Период
Сортировка
От wsheldah@lexmark.com
Тема Re: Blob like type
Дата
Msg-id 200206241817.OAA00306@interlock2.lexmark.com
обсуждение исходный текст
Ответ на Blob like type  (Patrick Nelson <pnelson@neatech.com>)
Список 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.com@interlock.lexmark.com> on 06/23/2002
02:54:24 PM

To:   "PostgreSQL List (E-mail)"
      <pgsql-general%postgresql.org@interlock.lexmark.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@postgresql.org)









В списке pgsql-general по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: website design
Следующее
От: kalyanshanky@yahoo.com (Shanker)
Дата:
Сообщение: Object Oriented Representation in PostgreSQL