Re: CreateFunctionStmt struct

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: CreateFunctionStmt struct
Дата
Msg-id 20041223215837.GA13513@dcc.uchile.cl
обсуждение исходный текст
Ответ на CreateFunctionStmt struct  (Sibtay Abbas <sibtay_abbas@yahoo.com>)
Список pgsql-hackers
On Thu, Dec 23, 2004 at 11:57:09AM -0800, Sibtay Abbas wrote:

Hi,

> Can anyone tell me which field here is used to
> indicated the language of the function, in which it is
> written.
> 
> like when we create a function we mention $$language
> bla in the end.

It's one of the options (options is a List of DefElems).  See the
grammar (src/backend/parser/gram.y).

-- 
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"El sabio habla porque tiene algo que decir;
el tonto, porque tiene que decir algo" (Platon).


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Bgwriter behavior
Следующее
От: Andre Maasikas
Дата:
Сообщение: Re: cant execute yyparse() within postgresql