RE: GRANT EXECUTE

From: "Hartwig Jens" <Jens(dot)Hartwig(at)t-systems(dot)de>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: RE: GRANT EXECUTE
Date: 2001-06-11 08:41:15
Message-ID: 819FEEAC94E6DC459F1FDC83C0C1611F1BCC9F@mail2000.b3.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello all,

I fully correspond with the opinion of Dmitry. The ability to grant the
privilege to execute a function is very important for productive
systems. Especially in the comparison with existing commercial systems
like Oracle this missing feature is one of the main disadvantages.

Best regards, Jens Hartwig

-----------------------------------------------------

T-Systems
Project Manager
debis Systemhaus GEI GmbH
Address: Eichhornstrae 3, 10785 Berlin
Postal Address: 10785 Berlin
Phone: (004930) 25 54-32 82
Fax: (004930) 25 54-31 87
Mobile: (0170) 167 26 48
E-Mail: jens(dot)hartwig(at)t-systems(dot)de
Internet: http://www.t-systems.de

> -----Ursprungliche Nachricht-----
> Von: Dmitry G. Mastrukov [mailto:dmitry(at)taurussoft(dot)org]
> Gesendet: Sonntag, 10. Juni 2001 21:07
> An: pgsql-sql(at)postgresql(dot)org
> Betreff: [SQL] GRANT EXECUTE
>
>
> Hi, All!
>
> IMHO it will be useful to have EXECUTE privilege on
> procedures. It may be
> realized through GRANT SELECT ON [procedure] since we cannot directly
> execute procedure in SQL. But anyway ability to restrict access to
> procedures seems good thing.
>
> What do you think about it?
>
> Dmitry
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

Browse pgsql-sql by date

  From Date Subject
Next Message David Richter 2001-06-11 12:25:48 Memory exhausted
Previous Message Martín Marqués 2001-06-11 08:19:31 ORDER BY what?