View Single Post

   
  #2 (permalink)  
Old 04-19-2008, 10:43 AM
Andrew Sullivan
 
Posts: n/a
Default Re: viewing source code

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


---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote