Re: [DOCS] intarray - benefits over regular int[]?

2017-08-22 Thread Conor McNally
Thanks, The line about it being faster gives me the reassurance that I need. From just the introduction I was unsure of the actual benefit over int[] - the operators look like they can all be replicated using the standard library, albeit in much more convoluted ways! Is it general advice therefo

Re: [DOCS] Mention new `GENERATED … AS IDENTITY` feature in the `Serial Types` page ?

2017-08-22 Thread Peter Eisentraut
On 7/10/17 16:40, Basil Bourque wrote: > I suggest adding a mention of `GENERATED … AS IDENTITY` as a replacement for > `SERIAL` in the “Serial Types” section 8.1.4 of the “Data Types” page. Done, thanks for the tip! -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Develo

Re: [DOCS] intarray - benefits over regular int[]?

2017-08-22 Thread Tom Lane
Conor McNally writes: > The line about it being faster gives me the reassurance that I need. From > just the introduction I was unsure of the actual benefit over int[] - the > operators look like they can all be replicated using the standard library, > albeit in much more convoluted ways! Is it