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.
The book (First Edition, February 2000):
Looking into it, the only page that talks about DBI:db is page 72, in
an example. It does not really talk about it; it just mentions it in
the example.
Now, how am I supposed to move on with it?
Bob