Re: image storing

From: <bmccoy(at)chapelperilous(dot)net>
To: Adam Lang <aalang(at)rutgersinsurance(dot)com>
Cc: PGSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: image storing
Date: 2000-10-06 18:09:53
Message-ID: Pine.LNX.4.10.10010061406260.5809-100000@chapelperilous.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 6 Oct 2000, Adam Lang wrote:

> Has anyone setup a postgres server that stores the location of images (or
> any file) and is accessed by a windows based client? In particular postgres
> running on a non-windows OS.

Yes, but the access was via a web browser interface. I just stored the
pathnames in the database. I had postgres running on a Linux box, and the
images themseleves were on a RAID served through Novell, then converted
into PDF images and stored on another RAID served through Linux. If you
set up Samba, you could still get to the images even if they were on a
Linux box, but the web browse interface (using Perl as the development
langauge) was by far the easier to use for building an application.

Brett W. McCoy
http://www.chapelperilous.net
---------------------------------------------------------------------------
design, v.:
What you regret not doing later on.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adam Lang 2000-10-06 18:18:38 Re: image storing
Previous Message Adam Lang 2000-10-06 17:55:29 image storing