Re: viewing source code - Mailing list pgsql-performance

From Richard Huxton
Subject Re: viewing source code
Date
Msg-id 4768167C.3040306@archonet.com
Whole thread Raw
In response to Re: viewing source code  ("Roberts, Jon" <Jon.Roberts@asurion.com>)
List pgsql-performance
Roberts, Jon wrote:
> So you are saying I need to create a view per user to achieve this?  That
> isn't practical for an enterprise level database.

Surely you'd just have:
CREATE VIEW ... AS SELECT * FROM pg_proc WHERE author=CURRENT_USER


--
   Richard Huxton
   Archonet Ltd

pgsql-performance by date:

Previous
From: "Roberts, Jon"
Date:
Subject: Re: viewing source code
Next
From: "Joshua D. Drake"
Date:
Subject: Re: viewing source code