Re: PL/pgSQL Todo, better information in errcontext from plpgsql - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: PL/pgSQL Todo, better information in errcontext from plpgsql
Date
Msg-id BAY114-F5BDC06933365829AC7416F9110@phx.gbl
Whole thread Raw
In response to Re: PL/pgSQL Todo, better information in errcontext from plpgsql  (Jim Nasby <jimn@enterprisedb.com>)
List pgsql-hackers
>>
>>>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/



pgsql-hackers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: Checking max_stack_depth automatically
Next
From: Tom Lane
Date:
Subject: Re: Checking max_stack_depth automatically