Thread: File Handling in pgsql
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.
Thank you in advance,
Vikram A
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.
Thank you in advance,
Vikram A
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@iol.ie
Hi Ray,
Thank you for the reply.
I shall do my postings on use of the postgresql in the following list?
pgsql-general@postgresql.org
Thank you
Vikram A
Thank you for the reply.
I shall do my postings on use of the postgresql in the following list?
pgsql-general@postgresql.org
Thank you
Vikram A
From: Raymond O'Donnell <rod@iol.ie>
To: Vikram A <vikkiatbipl@yahoo.in>
Cc: pgadmin-support@postgresql.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@iol.ie
--
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support
On 12/04/2010 10:12, Vikram A wrote: > Hi Ray, > > Thank you for the reply. > I shall do my postings on use of the postgresql in the following list? > pgsql-general@postgresql.org Hi Vikram, Yes, that's the better list for PostgreSQL-related posts. This list is specifically for pgAdmin. All the best, Ray. -- Raymond O'Donnell :: Galway :: Ireland rod@iol.ie