Re: GSoC 2017: Foreign Key Arrays

From: Mark Rofail <markm(dot)rofail(at)gmail(dot)com>
To: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, David Steele <david(at)pgmasters(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: GSoC 2017: Foreign Key Arrays
Date: 2017-07-18 17:51:07
Message-ID: CAJvoCuv2Gt4eD2TjjX_otEpGT2oDr0bL52=JrXD+fAGfsAkdvg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 18 Jul 2017 at 7:43 pm, Alexander Korotkov <aekorotkov(at)gmail(dot)com>
wrote:

> separate operators for int4[] @>> int8, int4[] @>> int4, int4[] @>> int2,
> int4[] @>> numeric.
>

My only comment on the separate operators is its high maintenance. Any new
datatype introduced a corresponding operator should be created.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2017-07-18 18:44:01 Re: More race conditions in logical replication
Previous Message David Fetter 2017-07-18 17:49:24 Re: JSONB - JSONB operator feature request