I have found the cause of the problem. The module will encounter a problem
when a table uses a sequence within Postgres that uses the 'cache'
functionality.
Kevin
----- Original Message -----
From: "kbass" <[EMAIL PROTECTED]>
To: "dbi-users" <[EMAIL PROTECTED]>
Sent: Friday, October 24, 2003 9:44 AM
Subject: DBI Postgres
> I am not sure if this is the correct forum for this Postgres related
> question. I am receiving the following message when performing a simple
> execution of a sql statement:
>
> DBD::PgPP::st execute failed: Unknown message type: ' at irms_feedback.cgi
> line
> 82.
> [Fri Oct 24 09:38:13 2003] irms_feedback.cgi: DBD::PgPP::st execute
failed:
> Unkn
> own message type: ' at irms_feedback.cgi line 82.
> Content-type: text/html
>
> The code of concern is :
>
> $sql = qq{ SELECT * FROM irms_survey};
>
> $sth = $dbh->prepare($sql);
> $sth->execute();
>
> Is this a bug within this module? I have performing this same tasks many
> times and I have never encountered this problem. Your thought?
>
> Kevin
>