Re: A note on "Programming the Perl DBI (Tim Bunce)"
- From: amos.shapira@xxxxxxxxx (Amos Shapira)
- Date: Wed, 25 Jul 2007 09:39:15 +0000
On 25/07/07, Bob <catdogbeloved@xxxxxxxxx> 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
- References:
- Prev by Date: Re: Cross-Database query engine?
- Next by Date: Re: A note on "Programming the Perl DBI (Tim Bunce)"
- Previous by thread: A note on "Programming the Perl DBI (Tim Bunce)"
- Next by thread: Re: A note on "Programming the Perl DBI (Tim Bunce)"
- Index(es):