Re: File Handling in pgsql

From: Vikram A <vikkiatbipl(at)yahoo(dot)in>
To: rod(at)iol(dot)ie
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: File Handling in pgsql
Date: 2010-04-12 09:12:54
Message-ID: 410476.46290.qm@web8503.mail.in.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi Ray,

Thank you for the reply.
I shall do my postings on use of the postgresql in the following list?
pgsql-general(at)postgresql(dot)org

Thank you

Vikram A

________________________________
From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Vikram A <vikkiatbipl(at)yahoo(dot)in>
Cc: pgadmin-support(at)postgresql(dot)org
Sent: Mon, 12 April, 2010 2:31:39 PM
Subject: Re: [pgadmin-support] File Handling in pgsql

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 Ashesh Vashi 2010-04-12 09:14:39 Re: Can't access entire window in Graphical Query Builder (Windows platform)
Previous Message Raymond O'Donnell 2010-04-12 09:01:39 Re: File Handling in pgsql