Skip to content

Array operator || not implemented #2579

@emarsden

Description

@emarsden
pgeltestdb=>  SELECT ARRAY[4] || 20;
ERROR:  function internal_binary_operator_func_||(integer[], integer) does not exist (errno 1105) (sqlstate HY000)

Expected: {4,20}.

Using the :latest Docker image, which reports a server_version=15.17.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions