From:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
Robert Haas <robertmhaas(at)gmail(dot)com>
Cc:
Alvaro Herrera <alvherre(at)commandprompt(dot)com>,
Kohei KaiGai <kaigai(at)kaigai(dot)gr(dot)jp>,
Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr>,
Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: Refactoring on DROP/ALTER SET SCHEMA/ALTER RENAME TO statement
Date:
2011-11-18 00:13:50
Message-ID:
14492.1321575230@sss.pgh.pa.us (view raw or flat )
Thread:
2011-11-15 09:43:54 from Kohei KaiGai <kaigai(at)kaigai(dot)gr(dot)jp>
2011-11-17 16:21:09 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-11-17 18:00:25 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-11-17 19:25:03 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-11-17 21:26:09 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2011-11-17 22:14:30 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-11-17 22:29:29 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-11-17 23:45:44 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-11-18 00:13:50 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-11-18 02:33:16 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-11-18 03:43:24 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-11-18 04:19:58 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-11-19 18:49:29 from Kohei KaiGai <kaigai(at)kaigai(dot)gr(dot)jp>
2011-11-21 20:36:59 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-11-27 20:14:10 from Kohei KaiGai <kaigai(at)kaigai(dot)gr(dot)jp>
2011-11-30 20:33:14 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-12-01 13:25:21 from Kohei KaiGai <kaigai(at)kaigai(dot)gr(dot)jp>
Lists:
pgsql-hackers
Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> On Thu, Nov 17, 2011 at 5:29 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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
In response to
pgsql-hackers by date
Next :From: Robert HaasDate: 2011-11-18 01:59:58
Subject : Re: RangeVarGetRelid()
Previous :From : Royce AusburnDate : 2011-11-18 00:05:46
Subject : Re: [PATCH] Unremovable tuple monitoring