Re: [CDBI] Postgresql 8.0 woes
Rick Welykochy <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
Rick Welykochy wrote:
> I am setting up a new server which is based on another that
> was running Postgresql 7.0.2. The sysadmin has installed Pg 8
> on the new server.
>
> I have imported the database I was using on the old server,
> and now when I fire up CDBI, I see the following error:
Solved!
If you have a table named 'tables' in Pg/8, it will interfere
with the CDBI::Pg setup.
I renamed 'tables' to 'xyz_tables' and all is well.
cheers
rickw
--
_________________________________
Rick Welykochy || Praxis Services
The next best thing to knowing something is knowing where to find it.
-- Samuel Johnson