Re: Images in PostgreSQL

From: Albert Cervera i Areny <albert(at)nan-tic(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Images in PostgreSQL
Date: 2008-03-25 15:27:37
Message-ID: 200803251627.37712.albert@nan-tic.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

A Dimarts 25 Març 2008, r&d(at)alea(dot)inf(dot)br va escriure:
> Hi all,
>
> Does anybody know if is it possible to store images in Postgre? If it is
> possible which data type should I use?
>

Yes it's possible, you can use BYTEA for this, for example. But please, this
kind of questions should go to users mailing list. hackers is for people
working on developing PostgreSQL itself.

> Thanks in advance,
>
> --
> R&D | Alea Management & Technology Solutions

--
Albert Cervera i Areny
http://www.NaN-tic.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-03-25 15:39:33 Re: TODO Item: Consider allowing control of upper/lower case folding of unquoted, identifiers
Previous Message Joshua D. Drake 2008-03-25 15:26:26 Re: Images in PostgreSQL