Re: [HACKERS] Constructing array

2008-03-02 Thread Joe Conway
Magnus Hagander wrote: 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) I'm sure there are o

Re: [HACKERS] Constructing array

2008-03-02 Thread Tom Lane
Magnus Hagander <[EMAIL PROTECTED]> writes: > 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) If you can build it in one swoop, use const

[HACKERS] Constructing array

2008-03-02 Thread Magnus Hagander
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 -- Sent via pgsql-hackers mailing l