Problem with 7.4.5 and webmin 1.8 in grant function

From: amrit(at)health2(dot)moph(dot)go(dot)th
To: PGsql-performance <pgsql-performance(at)postgresql(dot)org>
Subject: Problem with 7.4.5 and webmin 1.8 in grant function
Date: 2005-02-20 15:49:30
Message-ID: 1108914570.4218b18a2cf0d@webmail.moph.go.th
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Magnus Hagander 2005-02-20 18:25:33 Re: seq scan cache vs. index cache smackdown
Previous Message Rodrigo Moreno 2005-02-20 13:02:44 RES: RES: Degradation of postgres 7.4.5 on FreeBSD/CygWin