Re: what is the best way of storing text+image documents in postgresql

From: Vincent Veyron <vv(dot)lists(at)wanadoo(dot)fr>
To: Arash pajoohande <apajoohande(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: what is the best way of storing text+image documents in postgresql
Date: 2011-06-09 14:35:58
Message-ID: 1307630158.2339.8.camel@asus-1001PX.home
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Le mercredi 08 juin 2011 à 14:43 +0430, Arash pajoohande a écrit :

> and documents must display on web page when corresponding user
> requests occurs.

I wonder why that is? is there any reason you can't just store and serve
the binary content as is, simply letting the proper application (Word in
that case) open it?

--
Vincent Veyron
http://marica.fr/
Logiciel de gestion des sinistres et des contentieux pour le service juridique

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Johnston 2011-06-09 14:52:51 Re: Adding "quota user limit" using triggers
Previous Message Tom Lane 2011-06-09 14:19:32 Re: plpgsql function with update and seeing changed data from outside during run