Re: File Handling in pgsql

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Vikram A <vikkiatbipl(at)yahoo(dot)in>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: File Handling in pgsql
Date: 2010-04-12 09:01:39
Message-ID: 4BC2E173.3040909@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On 12/04/2010 09:48, Vikram A wrote:
> Hi,
> I would like to store the files(.doc, .xls , images, vedios) in the postgresql data base as a field.
> Is postgres is supporting such kind of activities?Or In what way i can do so?
> Please guide me.

Hi there,

This is a postgres-related question and better asked on the
pgsql-general mailing list; this list is for PgAdmin.

Have a look at the bytea data type in the docs for storing binary
information - it ought to do what you need.

HTH,

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Vikram A 2010-04-12 09:12:54 Re: File Handling in pgsql
Previous Message Vikram A 2010-04-12 08:48:37 File Handling in pgsql