Re: binary files

From: "Cornelia Boenigk" <poppcorn(at)cornelia-boenigk(dot)de>
To: "Postgres General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: binary files
Date: 2002-05-29 11:56:42
Message-ID: 002701c20708$09350e40$7f54fea9@zwerg98
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Cornelia Boenigk 2002-05-29 12:00:20 Re: creating tables with blob types
Previous Message Fathi Ben Nasr 2002-05-29 08:40:04 creating tables with blob types