Re: How can I pass an array to SPI_execute_with_args()?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Boszormenyi Zoltan <zb(at)cybertec(dot)at>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How can I pass an array to SPI_execute_with_args()?
Date: 2009-11-05 14:44:58
Message-ID: 19957.1257432298@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Boszormenyi Zoltan <zb(at)cybertec(dot)at> writes:
> A question, though: why are there symbolic names for certain
> array types (FLOAT4ARRAYOID, etc) but not for the most?

It's just historical ... we've only bothered to add #defines for the
array types that are explicitly referenced somewhere in the core code.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scot Kreienkamp 2009-11-05 15:11:42 pg_dump native format will not restore correctly
Previous Message Sam Mason 2009-11-05 14:39:34 Re: Raise functionality