Re: [CDBI] Postgresql 8.0 woes
Steve Sims <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
On 6 May 2006, at 16:15, Rick Welykochy wrote: > 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. There seems to be a few limitations like this which upset CDBI::Pg... I had to rename a table called "session", and another called "language" for similar reasons. Steve