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


hmm, it changes situation. With it OID isn't really necessery. i didn't know it before.

Regards
Pavel Stehule

_________________________________________________________________
Chcete sdilet sve obrazky a hudbu s prateli? http://messenger.msn.cz/


---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to