Re: PL/pgSQL Todo, better information in errcontext from plpgsql

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: PL/pgSQL Todo, better information in errcontext from plpgsql
Дата
Msg-id BAY114-F5BDC06933365829AC7416F9110@phx.gbl
обсуждение исходный текст
Ответ на Re: PL/pgSQL Todo, better information in errcontext from plpgsql  (Jim Nasby <jimn@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Checking max_stack_depth automatically
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Checking max_stack_depth automatically