Re: PLPGSQL - store fetched records in array of record

From: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: PLPGSQL - store fetched records in array of record
Date: 2025-07-02 13:29:03
Message-ID: CANzqJaAGjTUSMm8fMp-8JOx70WpsjYoF5r-WpF__ZnSftGShJg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jul 2, 2025 at 8:21 AM Durumdara <durumdara(at)gmail(dot)com> wrote:

> Hello!
>
> I have to store some fetched records into two lists (arrays) to work with
> them.
>

There's almost certainly a way to do what you need done without using
arrays. Might require a bit of rethinking, though.

--
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> lobster!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Durumdara 2025-07-02 14:26:39 Re: PLPGSQL - store fetched records in array of record
Previous Message David G. Johnston 2025-07-02 13:23:22 Re: PLPGSQL - store fetched records in array of record