From: | Doug Quale <quale1(at)charter(dot)net> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: grant execute on many functions |
Date: | 2004-06-30 15:32:06 |
Message-ID: | 877jtp9i4p.fsf@charter.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-hackers |
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
> 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.
Thanks for the explanation. Some months ago I had tried
oid::regprocedure::text and found it didn't work. I didn't figure out
that this was because I need to create a cast procedure.
From | Date | Subject | |
---|---|---|---|
Next Message | Sandro Dentella | 2004-06-30 15:59:19 | pg_clog error after crash |
Previous Message | Vaughn, Adam (IMS) | 2004-06-30 15:08:48 | Problems with select version |
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2004-06-30 16:04:55 | Re: Win32 version question |
Previous Message | Merlin Moncure | 2004-06-30 15:16:15 | Re: Win32 version question |