Re: BUG #15724: Can't create foreign table as partition

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BUG #15724: Can't create foreign table as partition
Дата
Msg-id 20190626201843.GA18542@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: BUG #15724: Can't create foreign table as partition  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-bugs
On 2019-Jun-26, Amit Langote wrote:

> On Tue, Jun 25, 2019 at 9:57 PM Alvaro Herrera <alvherre@2ndquadrant.com> wrote:

> > Because if you do that, you might build a few indexes on regular
> > partitions before coming across a foreign one, which is very unfriendly.
> > I'll add a comment to this effect.
> 
> Hmm, why would other partitions be involved?
> AttachPartitionEnsureIndexes() only considers the partition being
> attached, like DefineRelation only considers the partition being
> created.

Sorry, I meant other *indexes*.  You might build a few regular
(non-unique) indexes before coming across a unique index, at which point
you throw the error.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-bugs по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15876: A SUGGESTION
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: Querying foreign table with SP-GiST index results in “ERROR: cache lookup failed for type 0”