Hi all! I create a new user: XXX, and give him superuser rights. When the user execute: "SELECT * FROM pg_shadow" on local machine, works ok. If try to execute this select in a JAVA aplication on another machine, doesn't works. Other selects works ok in JAVA application: "SELECT * FROM pg_database", "SELECT * FROM pg_opclass" What can I do? Thanks, radu s. ************