Re: Storing .jpg files

From: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>
To: john-paul delaney <jp(at)justatest(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Storing .jpg files
Date: 2002-04-24 10:03:18
Message-ID: E2870D8CE1CCD311BAF50008C71EDE8E01F7485E@MAIL_EXCHANGE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Or alternatively use the bytea type (although you can't do any chunk editing
with this)
Cheers,
- Stuart

> -----Original Message-----
> From: Joshua b. Jore [mailto:josh(at)greentechnologist(dot)org]
> Sent: 23 April 2002 22:25
> To: john-paul delaney
> Cc: pgsql-novice(at)postgresql(dot)org
> Subject: Re: [NOVICE] Storing .jpg files
>
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> You would either store them on the file system or as blobs
> and then track
> the OIDs with the type OID..
>
> Joshua b. Jore
> http://www.greentechnologist.org
>
> On Tue, 23 Apr 2002, john-paul delaney wrote:
>
> > What field data type do I use to store .jpg's?
> >
> > thanks
> > /j-p.
> >
> >
> > -----------------------
> > JUSTATEST Art Online
> > www.justatest.com
> >
> >
> >
> >
> > ---------------------------(end of
> broadcast)---------------------------
> > TIP 1: subscribe and unsubscribe commands go to
> majordomo(at)postgresql(dot)org
> >
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (OpenBSD)
> Comment: For info see http://www.gnupg.org
>
> iD8DBQE8xdEkfexLsowstzcRAgpSAKDW2GZVY/KOeiBn6ZAL28tHiHrDwQCeNJ8z
> Aim6la7b4VwiY9FkNIU9xtY=
> =tZ01
> -----END PGP SIGNATURE-----
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

Browse pgsql-novice by date

  From Date Subject
Next Message Henshall, Stuart - WCP 2002-04-24 10:05:30 Re: escape character in a function
Previous Message john-paul delaney 2002-04-24 00:28:24 Storing .jpg files