Re: binary files - Mailing list pgsql-general

From Cornelia Boenigk
Subject Re: binary files
Date
Msg-id 002701c20708$09350e40$7f54fea9@zwerg98
Whole thread Raw
In response to binary files  ("Dorward Villaruz" <dorwardv@ntsp.nec.co.jp>)
List 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 by date:

Previous
From: Fathi Ben Nasr
Date:
Subject: creating tables with blob types
Next
From: "Cornelia Boenigk"
Date:
Subject: Re: creating tables with blob types