Re: binary files

Поиск
Список
Период
Сортировка
От Cornelia Boenigk
Тема Re: binary files
Дата
Msg-id 002701c20708$09350e40$7f54fea9@zwerg98
обсуждение исходный текст
Ответ на binary files  ("Dorward Villaruz" <dorwardv@ntsp.nec.co.jp>)
Список pgsql-general
Hi

You can store binary files either as type oid or as type bytea.

See the Book of Bruce Momjian which is available online. There is a
chapter about Large Objects and how to store or retrieve. Or take a
look at the Documentation. I the Programmer's Guide there is
- Chapter 2: Large Objects
- Chapter 8.6 Storing Binary Data

In the User's Guide you may look at chapter 3.4 Binary Strings.

Regards
Conni




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

Предыдущее
От: Fathi Ben Nasr
Дата:
Сообщение: creating tables with blob types
Следующее
От: "Cornelia Boenigk"
Дата:
Сообщение: Re: creating tables with blob types