Re: pgsql: Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERRO

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERRO
Date: 2015-11-19 19:59:32
Message-ID: CA+TgmoYLPndVvYKxJyqhcfybgbOMUWYhETrbf42dNXfX+vxoWg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Nov 19, 2015 at 2:57 PM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> On 2015-11-19 15:51:33 +0000, Robert Haas wrote:
>> Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.
>
> Trying to undertstand what this changes I noticed this borked numbering:
> /*
> * Common checks on switching namespaces.
> *
> - * We complain if (1) the old and new namespaces are the same, (2) either the
> - * old or new namespaces is a temporary schema (or temporary toast schema), or
> - * (3) either the old or new namespaces is the TOAST schema.
> + * We complain if (1) either the old or new namespaces is a temporary schema
> + * (or temporary toast schema), or (3) either the old or new namespaces is the
> + * TOAST schema.
> */
>
> Maybe just remove the the numbers?

OK, sure.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-11-19 21:45:17 pgsql: Remove numbers from incorrectly-numbered list.
Previous Message Andres Freund 2015-11-19 19:57:43 Re: pgsql: Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERRO