Re: grant execute on many functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Doug Quale <quale1(at)charter(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: grant execute on many functions
Date: 2004-06-30 15:07:00
Message-ID: 8987.1088608020@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-hackers

Doug Quale <quale1(at)charter(dot)net> writes:
> test=# select oid::regprocedure from pg_proc order by oid::regprocedure;

> doesn't sort the way I would expect.

Nope, it'd just be ordering by the numeric OID. If you added a cast
procedure as we were just discussing, you could order by
oid::regprocedure::text and get what I suppose you're expecting.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Vaughn, Adam (IMS) 2004-06-30 15:08:48 Problems with select version
Previous Message Tom Lane 2004-06-30 14:58:44 Re: PITR Error Message assistance

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-06-30 15:13:03 Re: ODBC Developers
Previous Message Tom Lane 2004-06-30 15:04:37 Re: Compile Failue on win32 - pipe.c using ereport