Re: [GENERAL] DISPLAYING BLOBS/images/text

From: Dustin Sallings <dustin(at)spy(dot)net>
To: Martin Wong <martin(at)minook(dot)com(dot)sg>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] DISPLAYING BLOBS/images/text
Date: 1999-01-22 18:36:43
Message-ID: Pine.SGI.3.95.990122103110.9374B-100000@bleu.west.spy.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 22 Jan 1999, Martin Wong wrote:

# it seems to work fine but it is an extra overhead when it creates a tmp
# file. How can this be cached? Or can it be directed directly to the web
# page instead of having to go through another step of createing a temp
# file.

Your application should cache that, that has nothing to do with
the database server. If you use lo_export, it will write to a file, since
that's what lo_export does, but there are more direct ways of dealing with
BLOBs. See the man page on large_objects(3).

--
SA, beyond.com My girlfriend asked me which one I like better.
pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <dustin(at)spy(dot)net>
| Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE
L_______________________ I hope the answer won't upset her. ____________

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Curt Miller 1999-01-22 20:28:33 Looking for Commercial Developers - Detroit, MI
Previous Message Evan Howarth 1999-01-22 15:55:33 RE: [GENERAL] [Q] Examples of using OIDs