Re: PLPGSQL - store fetched records in array of record

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Durumdara <durumdara(at)gmail(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: PLPGSQL - store fetched records in array of record
Date: 2025-07-02 13:23:22
Message-ID: CAKFQuwZJiC2PLAfGQVe-vhN5D7iNfdEFn_pJetTZDGA-ieGhsA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday, July 2, 2025, Durumdara <durumdara(at)gmail(dot)com> wrote:
>
>
> Is there any way to avoid this? To use a "simple untyped record" in an
> array without "dependencies"?
>

Use jsonb

David J.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2025-07-02 13:29:03 Re: PLPGSQL - store fetched records in array of record
Previous Message Durumdara 2025-07-02 12:21:22 PLPGSQL - store fetched records in array of record