Re: Why doesn't this work

From: Bèrto ëd Sèra <berto(dot)d(dot)sera(at)gmail(dot)com>
To: Barbara Woolums <barb(dot)woolums(at)ymail(dot)com>
Cc: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Why doesn't this work
Date: 2013-01-15 11:55:09
Message-ID: CAKwGa_9KJT_kh-4BHov3ziuZizyHxe68q7TRZwmu07W1T9H6yg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi Barbara,

from what I see in your msg, you have a /cr at the end of the
filename. You should check for weird stuff and trim it away (before
insert triggers do wonders at this).

Cheers
Bèrto

On 15 January 2013 11:50, Barbara Woolums <barb(dot)woolums(at)ymail(dot)com> wrote:
> I am running a query like so
>
> SELECT id FROM image WHERE image='demo-harvey wallbanger.jpg'
>
> It returns nothing
>
> My table looks like this
>
> "demo-820.jpg";1
> "demo-lemon-mousse-1.jpg";2
> "demo-pumpkinchaibars.jpg";3
> "demo-Lolly-Shop.jpg";4
> "demo-scan0001.jpg";5
> "demo-cherry-chocolate-mousse-pie.jpg";6
> "demo-harvey wallbanger.jpg
> ";7
>
>
> Cheers
> Barbara

--
==============================
If Pac-Man had affected us as kids, we'd all be running around in a
darkened room munching pills and listening to repetitive music.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Leif Biberg Kristensen 2013-01-15 11:58:18 Re: Why doesn't this work
Previous Message Barbara Woolums 2013-01-15 11:50:00 Why doesn't this work