air6199
air6199

Reputation: 423

Set an array of IDs as Foreign Keys with Postgres?

Similar to this question here - Postgres creating a Table with an array of foreign keys

Any update on this situation, or even a new beta with this feature??

Upvotes: 4

Views: 1788

Answers (1)

eMerzh
eMerzh

Reputation: 625

it was proposed for Google Summer of code 2017 (https://summerofcode.withgoogle.com/archive/2017/projects/6341409154007040/) and it seems to be slowly moving in the right direction.

the current patch has still a lot of limitations and no quite ready to be merged, but hey it's a good sign.

latest update was 2017-11-13 about doing some un-easy refactoring of the code.

Upvotes: 1

Related Questions