Re: How to look at the Expression Trees

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: How to look at the Expression Trees
Дата
Msg-id 4D88589D.6030505@enterprisedb.com
обсуждение исходный текст
Ответ на Re: How to look at the Expression Trees  (Vaibhav Kaushal <vaibhavkaushal123@gmail.com>)
Список pgsql-hackers
On 22.03.2011 05:39, Vaibhav Kaushal wrote:
> You said:
>
> ExecMakeFunctionResultNoSets is used to evaluate function calls.
>
> What are the 'functions' there? Are they the user supplied pl/PGSQL style
> user functions, the functions handled by fmgr or are they just another C
> function which make the Expression Evaluator?

Functions you can use in queries, written in PL/pgSQL or other PL 
languages. Including user-defined and built-in functions, and functions 
implementing operators.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Planner regression in 9.1: min(x) cannot use partial index with NOT NULL
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Chinese initdb on Windows