Re: more fixes for making contrib null safe

From: Kris Jurka <books(at)ejurka(dot)com>
To: Jon Jensen <jon(at)endpoint(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: more fixes for making contrib null safe
Date: 2005-01-29 03:20:12
Message-ID: Pine.BSO.4.56.0501282219210.5754@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Sat, 29 Jan 2005, Jon Jensen wrote:

> On Fri, 28 Jan 2005, Kris Jurka wrote:
>
> > This adds the strict function attribute to the places in contrib that
> > crash on null inputs.
>
> 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.

Kris Jurka

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Jon Jensen 2005-01-29 03:21:41 Re: more fixes for making contrib null safe
Previous Message Jon Jensen 2005-01-29 03:15:41 Re: more fixes for making contrib null safe