Re: int2vector - Mailing list pgsql-general

From Tom Lane
Subject Re: int2vector
Date
Msg-id 10528.1272810053@sss.pgh.pa.us
Whole thread Raw
In response to int2vector  (AI Rumman <rummandba@gmail.com>)
List pgsql-general
AI Rumman <rummandba@gmail.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

pgsql-general by date:

Previous
From: David W Noon
Date:
Subject: Re: Order of execution in shell echo to psql
Next
From: Tom Lane
Date:
Subject: Re: Order of execution in shell echo to psql