Re: int2vector

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: AI Rumman <rummandba(at)gmail(dot)com>
Cc: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: int2vector
Date: 2010-05-02 14:20:53
Message-ID: 10528.1272810053@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

AI Rumman <rummandba(at)gmail(dot)com> writes:
> What is int2vector data type? Is it possible to use it as an array?

It's a restricted form of regular smallint[]. But having said that,
using it in user tables is strongly discouraged --- if we change it
and that breaks your code, you will get zero sympathy.

regards, tom lane

In response to

  • int2vector at 2010-05-02 10:33:25 from AI Rumman

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-05-02 14:25:54 Re: Order of execution in shell echo to psql
Previous Message David W Noon 2010-05-02 13:12:06 Re: Order of execution in shell echo to psql