intarray - benefits over regular int[]?

From: theconor(at)gmail(dot)com
To: pgsql-docs(at)postgresql(dot)org
Subject: intarray - benefits over regular int[]?
Date: 2017-08-21 19:33:04
Message-ID: 20170821193304.1455.88659@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/intarray.html
Description:

Would it be possible for the intarray documentation to describe its benefits
over regular int[]?

At the moment I am a little unclear whether intarray is effectively a
deprecated module, or if it can still provide some distinct advantages -
e.g. performance, features or just a handy syntax -- for new projects too?

Thanks for any clarifications that can be given.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David G. Johnston 2017-08-21 20:02:24 Re: intarray - benefits over regular int[]?
Previous Message David G. Johnston 2017-08-21 15:30:40 Re: Failing example for to_number()