| From: | Jon Jensen <jon(at)endpoint(dot)com> |
|---|---|
| To: | Kris Jurka <books(at)ejurka(dot)com> |
| Cc: | pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: more fixes for making contrib null safe |
| Date: | 2005-01-29 03:21:41 |
| Message-ID: | Pine.LNX.4.61.0501290321140.5338@lash.binyan.swelter.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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, ...
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Greg Sabino Mullane | 2005-01-29 04:09:20 | Re: Continue transactions after errors in psql |
| Previous Message | Kris Jurka | 2005-01-29 03:20:12 | Re: more fixes for making contrib null safe |