I must not understand the permissions system - Mailing list pgsql-general

From David Rysdam
Subject I must not understand the permissions system
Date
Msg-id 437359AB.6090800@ll.mit.edu
Whole thread Raw
List pgsql-general
 From both User A and User B, this query returns rows:

select * from pg_trigger where tgname = '<name>'

but User A gets 2 rows (because I have the same trigger name on two
different tables) while User B only sees one of them.  Is it permissions
on pg_trigger or on the original table (or some other thing) that is
preventing B from seeing that row?


pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Best way to use indexes for partial match at
Next
From: Scott Marlowe
Date:
Subject: Re: Best way to use indexes for partial match at