Re: CreateFunctionStmt struct - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: CreateFunctionStmt struct
Date
Msg-id 20041223215837.GA13513@dcc.uchile.cl
Whole thread Raw
In response to CreateFunctionStmt struct  (Sibtay Abbas <sibtay_abbas@yahoo.com>)
List 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 by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Bgwriter behavior
Next
From: Andre Maasikas
Date:
Subject: Re: cant execute yyparse() within postgresql