Re: ERROR: cannot find attribute 10 of???

From: missive(at)localhost(dot)net (Lee Harr)
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ERROR: cannot find attribute 10 of???
Date: 2001-01-06 21:20:50
Message-ID: 93827i$1lv0$1@node17.cwnet.frontiernet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 3 Jan 2001 21:07:22 +0100, ineck <inex(at)poczta(dot)onet(dot)pl> wrote:
>Anyone can help with that one?
>
>Warning: PostgresSQL query failed: ERROR: cannot find attribute 10 of
>relation pg_am in [..]
>Warning: 0 is not a PostgresSQL result index in

Sounds like PHP to me.

Usually when you get a "0 is not a ..." it means that you failed to
set the variable used in your function call.

ie. you might have pg_fetch_array( $result, 10 ) but had
pg_exec( $database, $query ); instead of
$result = pg_exec( $database, $query );

>
>Thanks in advice
>
>ineck
>
>
Lee Harr
missive(at)hotmail(dot)com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message bpalmer 2001-01-06 21:47:28 CVS regression test failure on OBSD
Previous Message Tom Lane 2001-01-06 21:07:33 Re: global/pg_database ?