Re: [HACKERS] GSoC 2017: Foreign Key Arrays

Поиск
Список
Период
Сортировка
От Mark Rofail
Тема Re: [HACKERS] GSoC 2017: Foreign Key Arrays
Дата
Msg-id CAJvoCuuDJowgZvxJWWn=pB0QZTF6WC1bCG=uity8XmqTwEAk6g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] GSoC 2017: Foreign Key Arrays  (Erik Rijkers <er@xs4all.nl>)
Ответы Re: [HACKERS] GSoC 2017: Foreign Key Arrays  (Erik Rijkers <er@xs4all.nl>)
Список pgsql-hackers
On Thu, Jul 27, 2017 at 7:15 PM, Erik Rijkers <er@xs4all.nl> wrote:
It would help (me at least) if you could be more explicit about what exactly each instance is.

I apologize, I thought it was clear through the context.

I meant by the original patch is all the work done before my GSoC project. The latest of which, was submitted by Tom Lane[1]. And rebased here[2].

The new patch is the latest one submitted by me[3].

And the new patch with index is the same[3], but with a GIN index built over it. CREATE INDEX ON fktableforarray USING gin (fktest array_ops);

[1] https://www.postgresql.org/message-id/28617.1351095467@sss.pgh.pa.us

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Change in "policy" on dump ordering?
Следующее
От: Mark Rofail
Дата:
Сообщение: Re: [HACKERS] GSoC 2017: Foreign Key Arrays