|
From: Jamie C. <jca...@we...> - 2005-12-30 11:41:43
|
On Fri, 2005-12-30 at 09:59, Roland Pope wrote: > Hi guys, > > I am getting the following error when accessing the "Granted Privileges' > option in the Postgresql module: > <snip> > select > relname,relacl,pg_namespace.nspname,reltype,relkind,relhasrules,'current' > from pg_class, pg_namespace where relnamespace = pg_namespace.oid and > (relkind = 'r' OR relkind = 'S') and relname !~ '^pg_' order by relname : > Unknown DBI error > </snip> > CentOS 4 runs postgresql-7.4.8, and it worked fine under CentOS 3 and > postgresql-7.3.10, so maybe it is to do with changes between 7.3 and 7.4? I think I ran into this one when doing Virtualmin development for CentOS .. and it turned out to be an un-avoidable PostgreSQL bug :( The only work-around was to disable the use of DBI, which can be done on the Module Config page of the PostgreSQL module. - Jamie |