Problem with 7.4.5 and webmin 1.8 in grant function - Mailing list pgsql-performance

From amrit@health2.moph.go.th
Subject Problem with 7.4.5 and webmin 1.8 in grant function
Date
Msg-id 1108914570.4218b18a2cf0d@webmail.moph.go.th
Whole thread Raw
Responses Re: Problem with 7.4.5 and webmin 1.8 in grant function
List pgsql-performance
I newly installed the postgresql 7.4.5 and FC 3 in my server and transfer the
data from 7.3.2 with just a few problems. After I use the webmin 1.8 to config
the grant previllage to the users ,I found that there is an error in the grant
previlege .
postgresql --> Grant Previlege --> error

select relname, relacl from pg_class where (relkind = 'r' OR relkind = 'S') and
relname !~ '^pg_' order by relname : Unknown DBI error

What is the cause of this error and how could I handle this order?
Please make any comment, Thanks.
Amrit , Thailand

pgsql-performance by date:

Previous
From: Gaetano Mendola
Date:
Subject: bad performances using hashjoin
Next
From: "Magnus Hagander"
Date:
Subject: Re: seq scan cache vs. index cache smackdown