Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group