|
From: Roland P. <rp...@ja...> - 2005-12-29 22:59:14
|
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? Thanks Roland |