pg_shadow - Mailing list pgsql-general

From datab@main.kenken.ro
Subject pg_shadow
Date
Msg-id Pine.LNX.4.10.9911251004490.7154-100000@main.kenken.ro
Whole thread Raw
In response to next steps  ("Carsten Huettl" <CHUETTL@ahorn.sgh.uunet.de>)
List pgsql-general
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.


pgsql-general by date:

Previous
From: Stephen Birch
Date:
Subject: Re: [GENERAL] Table names case sensitive?
Next
From: "Dan Sepeur"
Date:
Subject: First Steps