int2vector

Started by AI Rummanalmost 16 years ago2 messagesgeneral
Jump to latest
#1AI Rumman
rummandba@gmail.com

What is int2vector data type? Is it possible to use it as an array?

Any one please.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: AI Rumman (#1)
Re: int2vector

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