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
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
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