On 25/07/07, Bob <[EMAIL PROTECTED]> wrote:

Hello,

I got the following error, and no way to understand what it means.

The error:

<< Can't locate object method "pg_oid_status" via package "DBI::db" >>

This is triggered by my command << $bag{$dbh->pg_oid_status} = 1; >>
where I use the oid as index in a structure of my own.


Do you have OID's on this table?

Look for "WITH OID" in the following link
http://www.postgresql.org/docs/8.1/static/sql-createtable.html

--Amos

Reply via email to