PDA

View Full Version : Query the pg_user table


smooth
05-29-02, 08:41
Hi everyone,

I've tryed to do a JSP page with a bean which select some information from the pg_user table, but when it comes to show the results i've got nothing..-) . The same code on another table works fine..Strange is that the code does not return no error message..nothing actually..
Can anyone have an ideea?
Thanks,
Smooth

eperich
06-01-02, 18:21
Maybe the user dfoes not have access on the system table?

Connect to the database with this user and try to select the table

then you will see if you have a permission problem

or mybe a missing entry in the pg_hba.conf