Re: pgsql: Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERRO
В списке pgsql-committers по дате отправления:
| От | Andres Freund |
|---|---|
| Тема | Re: pgsql: Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERRO |
| Дата | |
| Msg-id | 20151119195743.GA6092@alap3.anarazel.de обсуждение исходный текст |
| Ответ на | pgsql: Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERRO (Robert Haas <rhaas@postgresql.org>) |
| Ответы |
Re: pgsql: Make ALTER .. SET SCHEMA do nothing, instead
of throwing an ERRO
|
| Список | 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
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера