Re: чем заменить тип byte в informix? - Mailing list pgsql-ru-general

From Serguei Mokhov
Subject Re: чем заменить тип byte в informix?
Date
Msg-id f4c8e9e3050830084515c9c8d1@mail.gmail.com
Whole thread Raw
In response to чем заменить тип byte в informix?  (Genix <genix@list.ru>)
List pgsql-ru-general
BYTEA (byte array)

http://www.postgresql.org/docs/8.0/static/datatype.html

-s

On 8/30/05, Genix <genix@list.ru> wrote:
> Приветствую!
>
> Подскажите пожалуйста, чем лучше в PG заменить информиксовский тип Byte?
> Вот что о нем говорит документация:
>
> "The BYTE data type stores any kind of binary data in an
> undifferentiated byte
> stream. Binary data typically consists of digitized information, such as
> spreadsheets, program load modules, digitized voice patterns, and so on.
> The term simple large object refers to BYTE and TEXT data types. No more
> than
> 195 columns of the same table can be declared as BYTE and TEXT data types.
>
> The BYTE data type has no maximum size. A BYTE column has a theoretical
> limit of 2^31 bytes and a practical limit that your disk capacity
> determines."
>
> Нашел bytea, но мучают сомнения, почему в разделе документации "Binary
> Data Types" речь идет только об одном типе?
>
>
>
> P.$.: програмисты хотят хранить в этих полях небольшие архивы.
>
> --
> У каждого в башке свои тараканы...
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>                http://archives.postgresql.org
>
>

pgsql-ru-general by date:

Previous
From: Genix
Date:
Subject: чем заменить тип byte в informix?
Next
From: Serguei Mokhov
Date:
Subject: Re: чем заменить тип byte в informix?