Re: New PostgrSQL Errors

From: Fred Moyer <fred(at)redhotpenguin(dot)com>
To: David Wheeler <david(at)kineticode(dot)com>
Cc: SF Postgres <sfpug(at)postgresql(dot)org>
Subject: Re: New PostgrSQL Errors
Date: 2004-03-18 15:37:57
Message-ID: 1079624277.4177.2.camel@harpua.redhotpenguin.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: sfpug

> Unable to fetch row from statement
> handle: DBD::Pg::st fetch failed: no statement executing [for
> Statement
> SELECT p.id, p.name, p.description, p.def, p.value, p.manual,
> p.opt_type, o.description, p.can_be_overridden, m.grp__id
> FROM pref p, pref_opt o, member m, pref_member c
> WHERE p.id = o.pref__id AND p.value = o.value AND p.id =
> c.object_id AND m.id = c.member__id AND m.active = 1 AND LOWER(p.name)
> LIKE ?
> ORDER BY p.name, p.id
> "] at /usr/local/bricolage/lib/Bric/Util/DBI.pm line 1128.
>
> [/usr/local/bricolage/lib/Bric/Util/DBI.pm:1129]...
>
> Any idea what those messages are and why they'd be hosing my statement
> handles?

What output do you get when the query is run via psql?

In response to

Responses

Browse sfpug by date

  From Date Subject
Next Message Keith Keller 2004-03-18 15:59:42 Re: OT: New Office, DSL Providers
Previous Message David Wheeler 2004-03-18 00:05:14 Re: OT: New Office, DSL Providers