Re: Binary data Insertion.

Поиск
Список
Период
Сортировка
От Alex Pilosov
Тема Re: Binary data Insertion.
Дата
Msg-id Pine.BSO.4.10.10106270847040.20546-100000@spider.pilosoft.com
обсуждение исходный текст
Ответ на Binary data Insertion.  (Namrata <nlabade@nulinkinc.com>)
Список pgsql-general
Bytea. Its not very documented, but you can use it.

create table foo(
  a int4,
  v bytea)

insert into foo values (1, '\001\002\\000');

note the double backslash for null character.

On Wed, 27 Jun 2001, Namrata wrote:

> Hi there,
>
> How Binary data is inserted in the database?
>
> I want to put the binary data in the database as a record.
>
> Which data type I should use?
>
> Thanks,
> Namrata.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>
>


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

Предыдущее
От: Alex Pilosov
Дата:
Сообщение: Re: Blobs in PostgreSQL
Следующее
От: Feite Brekeveld
Дата:
Сообщение: vacuum job taking very long time to complete