On Oct 6, 2006, at 1:47 AM, Pavel Stehule wrote:
On Oct 5, 2006, at 9:30 AM, Pavel Stehule wrote:
With func oid I can get all other info later, without it, I need estimate which functions are in stack track.

Why do you need the OID to know exactly what function something is? What's wrong with schema.function(args)?
--

oid is simply unique. I can take source code, args and all without parsing. It's only one difference. I unlike parsing.

decibel=# select 'pg_catalog.abstimelt (abstime,abstime)'::regprocedure::oid;
oid
-----
253

--
Jim Nasby                                    [EMAIL PROTECTED]
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)



---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to