Re: [HACKERS] GSoC 2017: Foreign Key Arrays

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [HACKERS] GSoC 2017: Foreign Key Arrays
Дата
Msg-id 20210205123946.GA25337@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: [HACKERS] GSoC 2017: Foreign Key Arrays  (Mark Rofail <markm.rofail@gmail.com>)
Ответы Re: [HACKERS] GSoC 2017: Foreign Key Arrays  (Mark Rofail <markm.rofail@gmail.com>)
Список pgsql-hackers
On 2021-Feb-05, Mark Rofail wrote:

> I believe we should start merging these two patches as one, due to the Elem
> addon's benefits. such as adding Composite Type support.

I disagree -- I think we should get the second patch in, and consider it
a requisite for the other one.  Let's iron it out fully and get it
pushed soon, then we can rebase the array FK patch on top.  I think it's
missing docs, though.  I wonder if it can usefully get cross-type
operators, i.e., @>>(bigint[],smallint) in some way?  Maybe the
"anycompatiblearray" thing can be used for that purpose?

-- 
Álvaro Herrera                            39°49'30"S 73°17'W
"Pido que me den el Nobel por razones humanitarias" (Nicanor Parra)



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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: Parallel INSERT (INTO ... SELECT ...)
Следующее
От: "Euler Taveira"
Дата:
Сообщение: Re: pg_replication_origin_drop API potential race condition