Re: Refactoring on DROP/ALTER SET SCHEMA/ALTER RENAME TO statement

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Alvaro Herrera <alvherre@commandprompt.com>, Kohei KaiGai <kaigai@kaigai.gr.jp>, Dimitri Fontaine <dimitri@2ndquadrant.fr>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2011-11-18T00:13:50Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Thu, Nov 17, 2011 at 5:29 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> I still think it's reasonable to remove the extra downcasing step,
>> but we'll have to document it as a change.

> So, should we add a note to all the LANGUAGE command pages in the
> manual?  Or just include this in the release notes?

Release note seems sufficient.  I looked at the text in CREATE FUNCTION
and it doesn't seem to need changing.

			regards, tom lane