Re: viewing source code - Mailing list pgsql-performance

From Andrew Sullivan
Subject Re: viewing source code
Date
Msg-id 20071220212904.GZ4924@crankycanuck.ca
Whole thread Raw
In response to Re: viewing source code  ("Roberts, Jon" <Jon.Roberts@asurion.com>)
List pgsql-performance
On Thu, Dec 20, 2007 at 03:24:34PM -0600, Roberts, Jon wrote:
>
> Actually, PostgreSQL already has column level security for pg_stat_activity.

Not exactly.  pg_stat_activity is a view.

But I think someone suggested upthread experimenting with making pg_proc
into a view, and making the real table pg_proc_real or something.  This
might work.

A


pgsql-performance by date:

Previous
From: "Roberts, Jon"
Date:
Subject: Re: viewing source code
Next
From: "Merlin Moncure"
Date:
Subject: Re: viewing source code