language name case sensitivity, also known as plpgsql <> 'PLpgSQL' - Mailing list pgsql-general

From Gregg Jaskiewicz
Subject language name case sensitivity, also known as plpgsql <> 'PLpgSQL'
Date
Msg-id CAJY59_gcbUA_qgR+4O0HNF4aLCV+mwfMV3JEQM2fcwOB6cbvVw@mail.gmail.com
Whole thread Raw
Responses Re: language name case sensitivity, also known as plpgsql <> 'PLpgSQL'  (Thom Brown <thom@linux.com>)
List pgsql-general
Folks,
I'm testing some code on 9.2dev (trunk), and I've noticed that
postgresql seems to be fussy about language case when creating a
function.
So for instance:
create function foo() returns int AS $$ BEGIN return 1; END; $$
LANGUAGE 'PLpgSQL';

Will be fine on 8.3 (my current version used in product), but not so
fine when using 9.2dev.

I think this is obviously a regression. What you say ?


--
GJ

pgsql-general by date:

Previous
From: Rainer Pruy
Date:
Subject: Re: can these queries be combined into one?
Next
From: Alban Hertroys
Date:
Subject: Re: loading a function from a file