Re: Closing some 8.4 open items

Поиск
Список
Период
Сортировка
От Hitoshi Harada
Тема Re: Closing some 8.4 open items
Дата
Msg-id e08cc0400904110533l46526f12l198d3a016b4294bb@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Closing some 8.4 open items  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
Ответы Re: Closing some 8.4 open items  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
Список pgsql-hackers
2009/4/11 Grzegorz Jaskiewicz <gj@pointblue.com.pl>:
>
> On 11 Apr 2009, at 08:01, Hitoshi Harada wrote:
>
>> 2009/4/11 David Fetter <david@fetter.org>:
>>>
>>> On Sat, Apr 11, 2009 at 03:48:33PM +0900, Hitoshi Harada wrote:
>>>>
>>>> Yeah, but all the window functions are stored in pg_proc.
>>>
>>> So are aggregate functions, and they have their own separate way of
>>> being addressed in psql :)
>>>
>>
>> Aggregate functions are stored in pg_aggregate. And they are
>> combinations of plain function which is stored in pg_proc.
>
>
> Maybe trigger functions should be displayed separately too than ?

You don't catch the point. The aggregate entries in pg_proc have
prosrc = 'aggregate_dummy', which means they're dummy and the entities
are stored in pg_aggregate. Triggers in pg_proc are dummy? No, they
are actually plain functions with trigger return type.

Regards,


-- 
Hitoshi Harada


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Allow COMMENT ON to accept an expression rather than just a string
Следующее
От: Grzegorz Jaskiewicz
Дата:
Сообщение: Re: Closing some 8.4 open items