Skip to content

support for unnest with multiple args #3106

Description

@zachmu
select unnest(ARRAY[1, 2], ARRAY[10, 20]);
ERROR:  function unnest(integer[], integer[]) does not exist

This is used by Django on a standard migration path, so it's high priority. Django uses it in an insert like this:

INSERT INTO bug11 (a, b) SELECT * FROM UNNEST(ARRAY[1, 2], ARRAY[10, 20]);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions