Re: more fixes for making contrib null safe - Mailing list pgsql-patches

From Jon Jensen
Subject Re: more fixes for making contrib null safe
Date
Msg-id Pine.LNX.4.61.0501290321140.5338@lash.binyan.swelter.net
Whole thread Raw
In response to Re: more fixes for making contrib null safe  (Kris Jurka <books@ejurka.com>)
List pgsql-patches
On Fri, 28 Jan 2005, Kris Jurka wrote:

>> Doesn't C need to be quoted? A few of those looked like this:
>>
>> LANGUAGE C STRICT
>>
>
> This is perfectly legal:
>
> http://developer.postgresql.org/docs/postgres/sql-createfunction.html
>
> langname
>
>    The name of the language that the function is implemented in. May be
> SQL, C, internal, or the name of a user-defined procedural language. For
> backward compatibility, the name may be enclosed by single quotes.

Oh, ok. Good to know.

Thanks,
Jon


--
Jon Jensen
End Point Corporation
http://www.endpoint.com/
Software development with Interchange, Perl, PostgreSQL, Apache, Linux, ...

pgsql-patches by date:

Previous
From: Kris Jurka
Date:
Subject: Re: more fixes for making contrib null safe
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: Continue transactions after errors in psql