Constructing array

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Constructing array
Date: 2008-03-02 21:10:12
Message-ID: 47CB17B4.5090003@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

Does anybody have a good pointer for an example of how to construct an
array in a SRF? Or if not such a pointer, hints on which way is best to
do it? (it'll be an array of text strings, one-dimensional)

(This is from C, if that's not obvious)

//Magnus

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2008-03-02 21:36:14 Re: Strange behavior with leap dates and centuries BC
Previous Message Bruce Momjian 2008-03-02 20:27:52 Re: VARATT_EXTERNAL_GET_POINTER is not quite there yet