Re: more fixes for making contrib null safe

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: more fixes for making contrib null safe
Дата
Msg-id Pine.BSO.4.56.0501282219210.5754@leary.csoft.net
обсуждение исходный текст
Ответ на Re: more fixes for making contrib null safe  (Jon Jensen <jon@endpoint.com>)
Ответы Re: more fixes for making contrib null safe  (Jon Jensen <jon@endpoint.com>)
Список 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

В списке pgsql-patches по дате отправления:

Предыдущее
От: Jon Jensen
Дата:
Сообщение: Re: more fixes for making contrib null safe
Следующее
От: Jon Jensen
Дата:
Сообщение: Re: more fixes for making contrib null safe