Re: binary data

Поиск
Список
Период
Сортировка
От hughmandeville@hotmail.com (Hugh Mandeville)
Тема Re: binary data
Дата
Msg-id ae21865c.0106131524.607c80c2@posting.google.com
обсуждение исходный текст
Ответ на binary data  (David Lizano <david.lizano@izanet.com>)
Ответы Re: Re: binary data  (Alex Pilosov <alex@pilosoft.com>)
Список pgsql-sql
> Is there any method to insert binary data in a PostgreSQL row?

i'm curious too.

Chapter 3. of the PostgreSQL 7.1 User's Guide has a description of the
data types.

http://www.postgresql.org/idocs/index.php?datatype.html

i couldn't find any official binary data type listed.  you might try
using the text data type and uuencode the data on the way in and
uudecode it on the way out.

the doc note section does mention the "bytea" data type, which works,
but i don't know if it is supported or its limitations.


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: possible to lock a single row in table?
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: [GENERAL] Re: ORDER BY what?