Re: question about images

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dag Gullberg <dag(dot)gullberg(at)telia(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: question about images
Date: 2003-07-24 14:06:30
Message-ID: 18473.1059055590@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Dag Gullberg <dag(dot)gullberg(at)telia(dot)com> writes:
> I have a problem with understanding how BLOB's
> work in postgres. It seems as thoug I have to use
> COPY BINARY table (imagefield) FROM 'absolutepath+imagename' ;

No, what you want is lo_import().

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Dag Gullberg 2003-07-24 14:54:33 Re: question about images
Previous Message Dag Gullberg 2003-07-24 13:17:35 question about images