Re: Why am I getting this message sometimes?

From: Rod Kreisler <rod(at)23net(dot)net>
To: Trenks Park <trenkey(at)sympatico(dot)ca>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Why am I getting this message sometimes?
Date: 2002-11-19 13:27:29
Message-ID: JNEGKNDJGBKLBDGPOPFOOELNDEAA.rod@23net.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

That means you are attempting to fetch a record from a result that returned
0 records... IOW, no records matched your query.

> -----Original Message-----
> From: pgsql-novice-owner(at)postgresql(dot)org
> [mailto:pgsql-novice-owner(at)postgresql(dot)org]On Behalf Of Trenks Park
> Sent: Monday, November 18, 2002 6:25 PM
> To: pgsql-novice(at)postgresql(dot)org
> Subject: [NOVICE] Why am I getting this message sometimes?
>
>
> Why am I getting this message sometimes?
>
>
>
> "Warning: pg_fetch_object() unable to jump to row 0 on PostgreSQL result
> index 3 in /home/apache.default/htdocs/index.php on line 16
>
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2002-11-19 14:11:05 Re: value too long for type character varying(25)
Previous Message Vijay Deval 2002-11-19 08:03:15 Re: Help with PostgreSQL Access