On 18 Feb 2002, Jeff Boes wrote: > Is it true that RowCacheSize has no effect with the DBD::Pg driver? The > DBD::Pg doc just says that it's "Implemented by DBI, not used by > driver", which implies that DBI actually does something by default.
I believe the "Implemented by DBI" phrase simply means it is part of the official DBI driver spec. However, a driver doesn't actually have to do anything with it. What it _could_ do (maybe) is use a Postgres cursor to implement it, which would be slick. I'm sure Edmund would welcome a patch ;) -dave /*================== www.urth.org we await the New Sun ==================*/
