On 26 March 2012 16:30, Gregg Jaskiewicz <[email protected]> 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

-- 
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to