Ashish Karalkar <[email protected]> writes: > Jan-Peter Seifert wrote: >> Obviously you can't just use the specific_name from >> information_schema.routine_privileges for this.
> May be this will help you:
Easier is just
select oid::regprocedure from pg_proc where <whatever>
regards, tom lane
--
Sent via pgsql-admin mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
