pg_shadow

From: datab(at)main(dot)kenken(dot)ro
To: pgsql-general(at)postgreSQL(dot)org
Subject: pg_shadow
Date: 1999-11-25 08:21:57
Message-ID: Pine.LNX.4.10.9911251004490.7154-100000@main.kenken.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

  • next steps at 1999-10-28 22:08:19 from Carsten Huettl

Browse pgsql-general by date

  From Date Subject
Next Message Jason C. Leach 1999-11-25 09:22:40 can I do this.
Previous Message Stephen Birch 1999-11-25 07:46:42 Re: [GENERAL] Table names case sensitive?