Re: CreateFunctionStmt struct

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Sibtay Abbas <sibtay_abbas(at)yahoo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: CreateFunctionStmt struct
Date: 2004-12-23 21:58:37
Message-ID: 20041223215837.GA13513@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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[(at)]dcc(dot)uchile(dot)cl>)
"El sabio habla porque tiene algo que decir;
el tonto, porque tiene que decir algo" (Platon).

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-12-24 15:44:34 Re: Slow tab completion (7.4)
Previous Message Simon Riggs 2004-12-23 21:26:16 Re: Bgwriter behavior