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

From: Andres Freund <andres(at)anarazel(dot)de>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: 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:57:43
Message-ID: 20151119195743.GA6092@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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?

- Andres

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-11-19 19:59:32 Re: pgsql: Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERRO
Previous Message Tom Lane 2015-11-19 19:54:27 pgsql: Dodge a macro-name conflict with Perl.