Re: viewing source code

From: Richard Huxton <dev(at)archonet(dot)com>
To: "Roberts, Jon" <Jon(dot)Roberts(at)asurion(dot)com>
Cc: 'Alvaro Herrera' <alvherre(at)commandprompt(dot)com>, 'Kris Jurka' <books(at)ejurka(dot)com>, Merlin Moncure <mmoncure(at)gmail(dot)com>, "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>, Bill Moran <wmoran(at)collaborativefusion(dot)com>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: viewing source code
Date: 2007-12-18 18:50:36
Message-ID: 4768167C.3040306@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Alvaro Herrera 2007-12-18 18:52:23 Re: viewing source code
Previous Message Roberts, Jon 2007-12-18 18:33:54 Re: viewing source code