Re: language name case sensitivity, also known as plpgsql <> 'PLpgSQL'

From: Thom Brown <thom(at)linux(dot)com>
To: Gregg Jaskiewicz <gryzman(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: language name case sensitivity, also known as plpgsql <> 'PLpgSQL'
Date: 2012-03-26 15:41:04
Message-ID: CAA-aLv7961VQerjHc02i+Y9mnZJZf8bSyQwMZVwb_YHTrZtkiQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 26 March 2012 16:30, Gregg Jaskiewicz <gryzman(at)gmail(dot)com> wrote:
> 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 ?

Probably something to do with this:
http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=67dc4eed42186ba6a2456578899bfd38d003201a

--
Thom

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gregg Jaskiewicz 2012-03-26 15:47:53 Re: language name case sensitivity, also known as plpgsql <> 'PLpgSQL'
Previous Message Alban Hertroys 2012-03-26 15:31:54 Re: loading a function from a file