Re: SELECT INTO Array?

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Zitan Broth <zitan(at)mediasculpt(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: SELECT INTO Array?
Date: 2005-04-02 00:57:20
Message-ID: 20050402005720.GA8901@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Apr 02, 2005 at 12:29:15PM +1200, Zitan Broth wrote:
>
> Basically I am selecting out "one row" from the database with multiple
> columns (should have told you that earlier) so it seems that unfortunately
> your elegant approach below might not work. Although some of the columns
> are text and some numeric I was planning to load them all into strings.
> Perhaps I could convert the output to strings on the fly or something?

What are you trying to do? That is, what's the ultimate purpose
of building the array? It might be easier to make suggestions if
we knew the "what" rather than focusing on a particular "how."

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2005-04-02 01:57:25 Re: Debugging deadlocks
Previous Message Paul Tillotson 2005-04-02 00:41:54 Re: Debugging deadlocks